Skip to content

Commit

Permalink
chore: add openapi specification for Jikkou API Server
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Nov 15, 2023
1 parent 9b1664a commit 5ddc9a4
Show file tree
Hide file tree
Showing 2 changed files with 599 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jikkou-rest-api/openapi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Jikkou API Server OpenAPI Spec

## Install Redocly

```bash
npm i -g @redocly/cli@latest
```

## Preview API documentation

```bash
redocly preview-docs openapi.yaml
```

Loading

0 comments on commit 5ddc9a4

Please sign in to comment.