put https://api.freedomrobotics.ai/users//login
A successful login with return a new token and secret with a lifetime of 2 weeks.
Readme - Escaped Characters
Currently, readme will edit the path param if it has special characters. Unfortunately, this prevents this API from logging in.
Here are some steps to work around this:
- Copy the example code into another terminal
- Change the escaped character (%40) to @.
- Run the code.
This will allow you to log in successfully!