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
Hi!
We're looking into integrating the Pouet API with our demo launcher UI.
This is an easy enough task but there's one thing that we have to be able to rely on: a stable API.
Unfortunately http://api.pouet.net/ states: "More to come, mostly on demand. Data structures are subject to change without notice."
since most demos we release will end up hosted on scene.org we're not able to update our client code once the demo's out in the wild.
Fortunately there's one easy thing to solve this problem for all of us: use versioning.
The current pouet API is available on http://api.pouet.net/v1. Introducing a new version of the API with breaking changes under http://api.pouet.net/v2 would be a sensible step to keep old clients in the game.
Is this something you would consider?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
We're looking into integrating the Pouet API with our demo launcher UI.
This is an easy enough task but there's one thing that we have to be able to rely on: a stable API.
Unfortunately http://api.pouet.net/ states: "More to come, mostly on demand. Data structures are subject to change without notice."
since most demos we release will end up hosted on scene.org we're not able to update our client code once the demo's out in the wild.
Fortunately there's one easy thing to solve this problem for all of us: use versioning.
The current pouet API is available on http://api.pouet.net/v1. Introducing a new version of the API with breaking changes under http://api.pouet.net/v2 would be a sensible step to keep old clients in the game.
Is this something you would consider?
Thanks!
The text was updated successfully, but these errors were encountered: