https://github.com/wfcd/api-spec
OpenAPI Specifications for WarframeStat.us API
https://github.com/wfcd/api-spec
documentation openapi openapi-specification openapi3 swagger
Last synced: 4 months ago
JSON representation
OpenAPI Specifications for WarframeStat.us API
- Host: GitHub
- URL: https://github.com/wfcd/api-spec
- Owner: WFCD
- License: mit
- Created: 2017-12-21T18:21:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T03:11:38.000Z (11 months ago)
- Last Synced: 2025-03-23T11:04:40.170Z (11 months ago)
- Topics: documentation, openapi, openapi-specification, openapi3, swagger
- Language: CSS
- Homepage: https://docs.warframestat.us
- Size: 2.22 MB
- Stars: 2
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WarframeStat.us OpenAPI Specification
[](https://github.com/WFCD/api-spec/actions/workflows/docs.yaml)
## Links
- [Reference Documentation (ReDoc)](https://docs.warframestat.us)
- [SwaggerUI](https://docs.warframestat.us/swagger-ui/)
- OpenAPI Raw Files: [JSON](https://docs.warframestat.us/openapi.json) [YAML](https://docs.warframestat.us/openapi.yaml)
**Warning:** All above links are updated only after Actions finishes deployment
## Working on specification
### Install
1. Install [Node JS](https://nodejs.org/)
2. Clone repo and run `npm install` in the repo root
### Usage
#### `npm start`
Starts the development server on port [`8080`](http://localhost:8080).
#### `npm run bundle`
Bundles the spec and prepares web_deploy folder with static assets.
#### `npm test`
Validates the spec.
#### `npm run gh-pages`
Deploys docs to GitHub Pages. You don't need to run it manually if you have Travis CI configured.