The jwt decode dependency helps us to keep track of the token that is present in the Satellite command. jwt-decode is the most popular dependency for the job, and very easy to use. |
||
|---|---|---|
| .. | ||
| config | ||
| schema | ||
| codegen.sh | ||
| pull.sh | ||
| README.md | ||
API
This folder contains generated code for API endpoints needed by this repo.
Updating API changes
To pull new API changes and regenerating the code run
npm run api
Regenerating the code only
To regenerate the code only, run
npm run api:generate