Skip to content

Here is fully commented code. I started this project on another project, I made some additions and inserted features, and tried to comment on all the steps of the code to make it clear how to interact with the API using Axios.

Notifications You must be signed in to change notification settings

DanielAlbuquerq/axiosRequestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


About

Here is fully commented code. I started this project on another project, I made some additions and inserted features, and tried to comment on all the steps of the code to make it clear how to interact with the API using Axios.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published