Skip to content

Commit

Permalink
ApiDefinitionGuidelines: Add section on API versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Gabe Goodhart <[email protected]>
  • Loading branch information
gabe-l-hart committed Jun 4, 2024
1 parent 0156135 commit 83b627c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .spellcheck-en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Abhishek
Akash
AMDGPU
API
API's
api
arge
arXiv
Expand Down
6 changes: 6 additions & 0 deletions api-definitions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ The common abstract interface for the service APIs is defined by [REST APIs](htt
* [platform.yaml](./platform.yaml): This defines the platform-level APIs used by the `InstructLab` workflow.
* Each platform `Capability` should own its own fully-functional sub-API file that can be used by individual capability service implementations
* Any schema object that is reused between endpoints should be housed in a schema file under [common](./common)

## Versioning and Stability

**WARNING** At this stage in development, we make no guarantees about stability and support for APIs!

**FUTURE**: Once stabilized, the APIs will follow an agreed-upon form of [semantic versioning](https://semver.org/) so that users can rely on the API's stability. The decision of how to version the API and at what granularity to do so is still under discussion.

0 comments on commit 83b627c

Please sign in to comment.