Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.36 KB

axiosRequestAPI

Welcome to the Secrets API.

Using the Express/Node.js, with the Axios HTTP client, that integrates a public API This API allows you to manage and retrieve secrets and more details. Please read the documentation below for details on how to interact.

The API is rate limited to 100 requests every 15 minutes.
All user submitted data (including registration, tokens, usernames, passwords, and secrets) are erased on a regular basis.


Buttons Functionality.


 BASIC AUTH  

Returns all secrets on page 2, but you need to create a username and password to authenticate.


NO AUTH

Returns a random secret. No authentication is required.


RANDOM SECRET

Returns a random secret with a particular embarrassment score or higher but you need to generate an APIkey.


SecretsByID

Returns the secret with the specified ID. Bearer token authentication is required.