You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I maintain a Ruby gem for the Appveyor API. Someone suggested that we don't need tokens for GET requests to the API sckott/veyor#8 but in your docs. you say every request should have an API token. It does seem that GET requests still work without an API key, but what is best practice? Do you prefer every request have a token, and is the response any different if a token is included?
The text was updated successfully, but these errors were encountered:
Without token it will work only for Get requests to public projects (connected to the OSS repos). Any other requests to public projects and any requests to private projects do require API token. Therefore I would require it in any case to avoid confusion, but it is up to you :)
This is regardint this page of the API docs: https://github.com/appveyor/website/blob/master/src/docs/api/index.md
I maintain a Ruby gem for the Appveyor API. Someone suggested that we don't need tokens for GET requests to the API sckott/veyor#8 but in your docs. you say every request should have an API token. It does seem that GET requests still work without an API key, but what is best practice? Do you prefer every request have a token, and is the response any different if a token is included?
The text was updated successfully, but these errors were encountered: