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
Set up basic framework for handling versioning of interface.
Version order:
1) accept header version=X specifier
application/vnd.x.y; version=1
2) from type in accept-header type/subtype-vX
application/vnd.x.y-v1
3) from @Apiver in query string to make browser
use easy
Make parse_accept_header pass back version info as string rather than
as float. This allows dispatch to handle interpretation of the version
string.
Also set __default_api_version and __supported_api_versions on
RestfulInstance class. Use them in RestfulInstance describe method
invoked on a get of /rest.
Also fix url in documentation. /rest/issue.json -> /rest/data/issue.json
0 commit comments