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
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
As discussed in #145, once we complete all other tasks that are part of the v1 milestone (and have made sure to the best of our ability that future changes will not easily break the API's backward compatibility), we will be moving to semantic versioning.
The following needs to be accomplished for this:
Rename /rest/v0/ to /rest/v1/ and move /rest/v1/router.ts to /rest/v1router.ts
Create a new router called /rest/v0router.ts and include it in the /rest/versionController.ts. At first this will be a carbon copy of /rest/v1router.ts, but as we implement experimental features we will want to modify this router to serve only the experimental features (which will live in /rest/v0/), while also serving the unmodified v1 routes.
🚀
The text was updated successfully, but these errors were encountered:
As discussed in #145, once we complete all other tasks that are part of the v1 milestone (and have made sure to the best of our ability that future changes will not easily break the API's backward compatibility), we will be moving to semantic versioning.
The following needs to be accomplished for this:
/rest/v0/
to/rest/v1/
and move/rest/v1/router.ts
to/rest/v1router.ts
/rest/v0router.ts
and include it in the/rest/versionController.ts
. At first this will be a carbon copy of/rest/v1router.ts
, but as we implement experimental features we will want to modify this router to serve only the experimental features (which will live in/rest/v0/
), while also serving the unmodified v1 routes.The text was updated successfully, but these errors were encountered: