Skip to content

Commit

Permalink
add openapi specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
salmma committed Mar 8, 2024
1 parent 78ccf10 commit edc8f3b
Show file tree
Hide file tree
Showing 3 changed files with 1,434 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Now the qiskit-service is available on http://localhost:5013/.
The qiskit-service provides a Swagger UI, specifying the request schemas and showcasing exemplary requests for all API endpoints.
* http://localhost:5013/api/swagger-ui

The OpenAPI specifications are also statically available:
[OpenAPI JSON](./docs/api/openapi.json)
[OpenAPI YAML](./docs/api/openapi.yaml)

_Note_: To run the setup as a developer, see [here](./docs/dev/run-as-dev.md).

## Using IonQ QPUs
Expand Down
Loading

0 comments on commit edc8f3b

Please sign in to comment.