Skip to content

Commit edec4b3

Browse files
committed
Add openapi-backend, openapi-client-axios to implementations
1 parent 8a387ac commit edec4b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IMPLEMENTATIONS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@ These tools are not endorsed by the OAI.
6161
| Exegesis | [github/exegesis-js/exegesis](https://github.com/exegesis-js/exegesis) | Node.js | OpenAPI 3 server-side framework for express and other frameworks.
6262
| PHP-CRUD-API | [github/mevdschee/php-crud-api](https://github.com/mevdschee/php-crud-api) | PHP | Automatic CRUD API with OpenAPI 3 docs
6363
| FastAPI | [github/tiangolo/fastapi](https://github.com/tiangolo/fastapi) | Python | OpenAPI 3 based, high performance, Python 3.6+ API framework with automatic data validation, serialization and great editor support.
64+
| openapi-backend | [github/anttiviljami/openapi-backend](https://github.com/anttiviljami/openapi-backend) | Node.js, TypeScript | Build, Validate, Route, and Mock in the backend using OpenAPIv3 spec in your favourite framework
6465

6566
#### Client Implementations
6667

6768
| Title | Project Link | Language | Description |
6869
|----------------|--------------|----------|-------------|
6970
| Scorpio | [github/notEthan/scorpio](https://github.com/notEthan/Scorpio) | Ruby | OpenAPI 2 and 3 implementation offering a HTTP client library |
71+
| openapi-client-axios | [github/anttiviljami/openapi-client-axios](https://github.com/anttiviljami/openapi-client-axios) | JavaScript, TypeScript | Fully typed client library for consuming OpenAPI-enabled APIs with axios
7072

7173
#### Code Generators
7274

0 commit comments

Comments
 (0)