The US National Park service has an API - could be...
# singer-taps
t
The US National Park service has an API - could be fun to write a tap for it 😄 https://www.nps.gov/subjects/developer/api-documentation.htm
👍 1
j
Would be fun to try an alternative approach - read OpenAPI spec and make a related tap more dynamic 😉
v
https://github.com/edgarrmondragon/tap-checkly/blob/b098c114a169c8b8fee78fa4364802b1f35918b5/tap_checkly/client.py#L134-L141 heres an implementation for you @jan_soubusta the problem tends to be there's nuance that's different between openapi specs so implementing yourself ends up being what you want. But adding a template to the SDK for openapi spec style connectors isn't a bad idea
💯 1
j
Thanks! I fully agree with adding it as a template to the SDK!
😄 1