-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Include simple usage instructions or common usage instructions to API details page. These instructions should contain a possibility to copy at least user's API key (if an API key is available and if a proxy has been selected to this particular API)
User story
As an API consumer
I want to be able to quickly find out how to use the API I'm interested in through APInf
so that I do not have to find the information from several different places
Definition of done
- Select what would be the two most common / relevant methods of making api calls
- url parameter - with
?api_key=###query parameter - request header - passing in
X-Api-Keyas a request header
- url parameter - with
- Document the methods in user instructions
- Add the usage instructions to the API profile view (Details tab)
- Auto-insert e.g. base URL and user's API key. (API key only if a proxy has been selected)
- Allow copying base URL and user's API key, if available.
Wireframe
Reactions are currently unavailable
