Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apioo/typeapi
TypeAPI is an OpenAPI alternative to describe REST APIs for type-safe code generation.
https://github.com/apioo/typeapi
code-generation json-schema openapi openapi-generator openapi-specification
Last synced: 5 days ago
JSON representation
TypeAPI is an OpenAPI alternative to describe REST APIs for type-safe code generation.
- Host: GitHub
- URL: https://github.com/apioo/typeapi
- Owner: apioo
- License: mit
- Created: 2023-01-29T00:29:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T18:12:04.000Z (about 2 months ago)
- Last Synced: 2024-10-21T05:28:54.033Z (15 days ago)
- Topics: code-generation, json-schema, openapi, openapi-generator, openapi-specification
- Language: PHP
- Homepage: https://typeapi.org/
- Size: 860 KB
- Stars: 71
- Watchers: 3
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# TypeAPI
## About
TypeAPI is an OpenAPI alternative to describe REST APIs for type-safe code generation.
> Our goal is to remove the need to develop custom client SDKs for an REST API.
> Once you have described your API with a TypeAPI specification you automatically get a ready to use client SDK.For more information please visit our website at: https://typeapi.org/
The TypeAPI specification is developed at the [TypeHub platform](https://app.typehub.cloud/d/typehub/typeapi)
which is a collaborative platform to design TypeSchema and TypeAPI specifications.