AndreasFaust / gatsby-source-custom-api

Source data from any API and transform it to (File-)Nodes.
52 stars 25 forks source link

Add creds support #28

Closed dmotan closed 3 years ago

dmotan commented 3 years ago

There's no way to fetch data from API that supports basic auth without providing the creds directly in the URL. This will avoid putting creds in the URL and providing them internally.

AndreasFaust commented 3 years ago

Thank you!