-
Notifications
You must be signed in to change notification settings - Fork 13
API Usage
Due to the fast pace of development, it is easiest to use the Swagger documentation generated when compiling and running this project.
When running locally, the Swagger UI can be accessed via https://localhost:44347/swagger.
Requests will always assume the latest API version by default. Versions are based on the date a proto change was proposed using the format YYYY-MM-DD. Applications can request specific API versions with the api-version query parameter. For example, to access API version 2020-04-15, the request should be formatted as:
https://localhost:44347/api/Message?api-version=2020-04-15
To avoid breaking changes to applications, please always provide this query parameter.
API requests will always return the following headers to convey version information:
-
api-supported-versions- API versions which are supported by a request.
-
api-deprecated-versions- Old API versions which may disappear in future updates.