Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Sep 24, 2021
2 parents f6c8a19 + b988a32 commit 7d3cc81
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Contributing to openapi-boilerplate

Thank you for considering contributing to openapi-boilerplate 🥳

## Reporting bugs

Open a new issue [here][github-issues].

## Requesting features

Open a new issue [here][github-issues].

## Submitting pull requests

Check for validation errors before opening a pull request.

```
npm run build
npm test
```

[github-issues]: https://github.com/nekofar/nobitex-api-openapi-specs/issues
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Nobitex Open API Specification

> This is an unofficial open specification based on the `Nobitex` documentation.
> This is an unofficial Open API specification for `Nobitex` based on the [API](https://apidocs.nobitex.ir) and [Postman](https://documenter.getpostman.com/view/5722122/Szmcayjw?version=latest) documentation.
## License

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scripts": {
"build": "npx @redocly/openapi-cli bundle src/openapi.yaml --output build/openapi.yaml",
"clean": "rm -r build",
"lint": "npx @redocly/openapi-cli lint src/openapi.yaml --format codeframe"
"lint": "npx @redocly/openapi-cli lint src/openapi.yaml --format codeframe",
"test": "npm run lint"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: '3.0.3'

info:
version: '1.0.0'
version: '1.0.1'
title: 'Nobitex Exchange'
description: 'Nobitex Exchange API'
license:
Expand Down

0 comments on commit 7d3cc81

Please sign in to comment.