An open API service indexing awesome lists of open source software.

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.

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).