openapi-backend icon indicating copy to clipboard operation
openapi-backend copied to clipboard

Build, Validate, Route, Authenticate and Mock using OpenAPI

Results 109 openapi-backend issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.3 to 18.7.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.0.3&new-version=18.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Hi there, I need to support multiple versions of my API and checked the official [documentation](https://github.com/anttiviljami/openapi-backend/blob/master/DOCS.md#api-versioning) and also the referenced example at [etherpad-lite](https://github.com/ether/etherpad-lite/blob/39425e4e5bc4579d4b478d3b8b5e92fde55bde86/src/node/hooks/express/openapi.js). I am using version `5.3.0` of `openapi-backend`....

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0. Release notes Sourced from actions/setup-python's releases. v4.1.0 In scope of this pull request we updated actions/cache package as the new version contains fixes for...

dependencies
github_actions

Hi folks, I am trying to use "openapi-backend" in my lambda ES module. I did all the necessary to make it run following the tutorial. The problem is that it...

Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 🔗 Changelog 2.7.0 diff 🔗 Release note Changelog Sourced from prettier's changelog. 2.7.1 diff Keep useful empty...

dependencies
javascript

Bumps [openapi-types](https://github.com/kogosoftwarellc/open-api) from 10.0.0 to 12.0.0. Commits ae48d53 v12.0.0 e6d58f2 Fixing package-lock.json with latest npm ed471d4 Add support for ESM-based projects (#810) da34168 v11.1.0 8d7efdd openapi-types: Add optional description field...

dependencies
javascript

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies
javascript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

I am planning to use response validation in a project. While trying out different things to see what happens, I stumbled across two behaviours that might be a bug or...

enhancement

Is there a way to have `openapi-backend` handle everything _except_ the routing? For my needs it would be excellent, if the validation and security could be handled as a middleware...