aboutcode-org / purldb

Tools to create and expose a database of purls (Package URLs). This project is sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase/ and nexB for https://www.aboutcode.org/ Chat is at https://gitter.im/aboutcode-org/discuss
https://purldb.readthedocs.io/
35 stars 23 forks source link

Document how to use the API with an API key from a browser #547

Open pombredanne opened 6 days ago

pombredanne commented 6 days ago

We should document how to use the API with an API key from a browser. This is not entirely straightforward since we use HTTP headers. The only way for now is to authenticate in the API doc like in https://public.purldb.io/api/docs/ with "Authorize". There may be ways with extensions or else?