Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd committed Feb 1, 2024
1 parent d0c5e94 commit b5baa76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Comimg Soon:
b. [Using the Client API Demos](#using-the-client-api-demos)
c. [Using the CVM Eval Tool](#using-the-cvm-evaluation-tool)
d. [Using the Test Suite](#using-the-test-suite)
e. [OpenAPI Specification](#openapi-specification)
4. [Questions & Issues](#questions--issues)
5. [Contribution](#contribution)
6. [Resources](#resources)
Expand Down Expand Up @@ -673,6 +674,12 @@ Example of running the current test suite in verbose mode:
VERBOSE=true npm run test
```

### OpenAPI Specification

There is an [OpenAPI 3.1](https://swagger.io/specification) specification file located at the root of this repo: [spec.yml](spec.yml)

You can use this file to demo our API within `Postman`, `Insomnia`, or your API tool of choice.

Please stay tuned for more documentation and updates!

## Questions / Issues
Expand Down

0 comments on commit b5baa76

Please sign in to comment.