We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when you call this API with postman first page you end up is https://nightly.apinf.io/rest/v1/swagger.json. This page has no login info (eg how to login, what address to use...)
You need login info to modify and create new APIs to the site.
Correct address is: https://nightly.apinf.io/rest/v1/login POST { "username": "account", "password": "example" }
The text was updated successfully, but these errors were encountered:
matleppa
No branches or pull requests
when you call this API with postman first page you end up is https://nightly.apinf.io/rest/v1/swagger.json.
![apinf api](https://user-images.githubusercontent.com/28555452/27585229-023fcdc2-5b44-11e7-887c-657ac6b0ed31.png)
This page has no login info (eg how to login, what address to use...)
You need login info to modify and create new APIs to the site.
Correct address is: https://nightly.apinf.io/rest/v1/login
POST
{
"username": "account",
"password": "example"
}
The text was updated successfully, but these errors were encountered: