Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 0 additions & 117 deletions CHANGELOG.md

This file was deleted.

12 changes: 0 additions & 12 deletions Gemfile

This file was deleted.

136 changes: 0 additions & 136 deletions Gemfile.lock

This file was deleted.

13 changes: 0 additions & 13 deletions LICENSE

This file was deleted.

17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ If something in the API is confusing you, you can open an [issue](https://github

If you spot an issue in our API documentation itself, feel free to open a [pull request](https://github.com/splitwise/api-docs/pulls) to update this repo! Most of the relevant files live in the [/source/includes](https://github.com/splitwise/api-docs/tree/master/source/includes) directory.

## Powered by Slate
## Powered by OpenAPI + redocly

These API docs were built with [Slate](https://github.com/lord/slate). If you're looking to build an API documentation page for your own app, we'd highly recommend it 🙂
These API docs follow the [OpenAPI v3](https://swagger.io/specification/) specification. The website is built with [redoc](https://github.com/Redocly/redoc).

### Developing
```
$ npm install -g redoc-cli
$ redoc-cli serve splitwise.yaml --watch
```

### Compiling
This will create a zero-dependency HTML file at docs/index.html.

```
$ redoc-cli bundle splitwise.yaml -o docs/
```
41 changes: 0 additions & 41 deletions Vagrantfile

This file was deleted.

Loading