In article <
2c4c0197-1246-4e04...@garcke.de> you write:
>I figure we add versioning once we actually change the API, or go out of
>the experimental stage.
>
>But if you can look at how this easily can be done, we can move to it.
I think it's pretty common to have v1 be endpoints under "/api/..." and
when you introduce an incompatible version change you just put them under
"/api/v2/...".
At the point where versioning is introduced it might make sense to put
in redirects for /api/... to /api/v1/... but then you are imposing new
requirements on clients to pay attention to redirects (which they
should have been doing anyway, but might not have expected).
I never did quite understand how the code handles
my.comics.org
differently from
comics.org.
Should the collection endpoints only be available on
my.comics.org or
should you be able to query collections and their contents from
comics.org/api?
It seems that currently the api endpoints are served identically from
both hosts.
The Computer Graphics Museum <
http://computergraphicsmuseum.org>
Legalize Adulthood! (my blog) <
http://legalizeadulthood.wordpress.com>