[x] All new jobs, commands, executors, parameters have descriptions
[x] Examples have been added for any significant new features
[x] README has been updated, if necessary
Motivation, issues
Users having issues with API calls, tough to debug.
Description
Adds 2 main enhancements
1) call the /me endpoint tp ensure we have a 2.0 compatible personal API token
2) wrap all API calls in a fetch method that includes error handling.
Checklist
Motivation, issues
Users having issues with API calls, tough to debug.
Description
Adds 2 main enhancements 1) call the
/me
endpoint tp ensure we have a 2.0 compatible personal API token 2) wrap all API calls in a fetch method that includes error handling.