FDA / openfda

openFDA is an FDA project to provide open APIs, raw data downloads, documentation and examples, and a developer community for an important collection of FDA public datasets.
https://open.fda.gov
Creative Commons Zero v1.0 Universal
569 stars 131 forks source link

Provide API key via header #110

Closed beckyconning closed 4 years ago

beckyconning commented 4 years ago

If the link header next relation will not include the api key it should be possible to provide the API key via a header.

This is quite standard practice for web APIs.

beckyconning commented 4 years ago

Great! Seems I can provide the key as the basic auth user header.

Thanks!