An open API service indexing awesome lists of open source software.

https://github.com/robbot-discord/robbot-api

The OpenAPI v3 Schema definition used behind the scenes in RobBot
https://github.com/robbot-discord/robbot-api

openapi-documentation openapi-specification openapi3

Last synced: 9 months ago
JSON representation

The OpenAPI v3 Schema definition used behind the scenes in RobBot

Awesome Lists containing this project

README

          

RobBot API
===

The OpenAPI v3 Schema definition used behind the scenes in RobBot

# Requirements
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Frobbot-discord%2FRobBot-API.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Frobbot-discord%2FRobBot-API?ref=badge_shield)

* [Stoplight Studio](https://stoplight.io/studio/)
* [Node.js 10+](https://nodejs.org/en/)

# Getting Started
1. Run the following to setup Git hooks and install dependencies required for utility scripts:
```shell script
npm install
```
1. Open this repository in Stoplight Studio and start editing

## Linting
```shell script
npm run lint
```

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Frobbot-discord%2FRobBot-API.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Frobbot-discord%2FRobBot-API?ref=badge_large)