Join Slack
Powered by
The US National Park service has an API - could be...
# singer-taps
t
Taylor Murphy (Arch)
01/22/2024, 7:08 PM
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
jan_soubusta
01/23/2024, 1:27 PM
Would be fun to try an alternative approach - read OpenAPI spec and make a related tap more dynamic 😉
v
visch
01/25/2024, 1:21 PM
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
jan_soubusta
01/25/2024, 2:04 PM
Thanks! I fully agree with adding it as a template to the SDK!
😄 1
Open in Slack
Previous
Next