The purpose of this repository is to work as the public issue tracker for itembase's DataConnect API. If you've found a bug in the API, or have ideas on how we could improve it, please create an issue. It's greatly appreciated.
Open bug tickets | Open feature requests | All
If you have ideas, bug reports, or any other type of feedback to us that doesn't relate to the DataConnect API, please submit these via an e-mail to support@itembase.biz.
For API announcements, visit our developers notes page. We plan on setting up a newsletter soon.
Please provide a description including when the bug occurred and the API endpoints involved. If you believe the bug is related to authentication or authorization, please also provide the scopes given to your application.
Also include necessary steps to reproduce the issue. Finally, please provide the difference between the expected behaviour and actual behaviour of the API.
Cannot retrieve products for user with user ID "^"
Issue found on February 19th 2015.
Endpoint(s): /users/<user_id>/products Scope(s): User.Minimal
Steps to reproduce: Use curl as described in the guide http://itembase.github.io/api-guides/#getting-all-new-and-updated-products
Expected behaviour: A set of products per connected platform of the user.
Actual behaviour: 500 Server Error (consistently)
This text is inspired by Spotify's Web API repository.