https://github.com/apskhem/linz
A web framework with first-class OpenAPI documentation support.
https://github.com/apskhem/linz
api-rest backend openapi typescript
Last synced: 3 months ago
JSON representation
A web framework with first-class OpenAPI documentation support.
- Host: GitHub
- URL: https://github.com/apskhem/linz
- Owner: apskhem
- License: mit
- Created: 2024-09-26T14:00:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-13T09:09:49.000Z (5 months ago)
- Last Synced: 2025-09-13T12:06:36.366Z (5 months ago)
- Topics: api-rest, backend, openapi, typescript
- Language: TypeScript
- Homepage:
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linz
A Node.js web framework with first-class OpenAPI documentation support.
## Usage
Install the package from the following commands...
```bash
npm install git@github.com:apskhem/linz.git#main
```
Alternatively, include this line into your `package.json`.
```json
"@apskhem/linz": "github:apskhem/linz#main"
```
You can view example usage from `examples`.
## Limitations
Validator Supports
- Zod
Content Type Supports
- `application/json`
- `application/octet-stream`
- `application/x-www-form-urlencoded` (without duplicated keys)
- `multipart/form-data` (without duplicated keys)
## Contributing
If you have suggestions for improvements, new features, or encounter any issues, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).