Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

add API versioning #3

@the-daniel-rothig

Description

@the-daniel-rothig

URLs should contain /v1/, implying that it will always be backward-compatible.

Returned payloads should be wrapped in metadata, eg

{
   "status": "success",
   "api_version": "v1",
   "result": { /*the actual object... */
}

   

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions