bow-openapi
bow-openapi copied to clipboard
🌐 Functional HTTP client generator from an OpenAPI/Swagger specification.
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
The Linux installation instructions on the website (https://openapi.bow-swift.io/docs/quick-start/installation-guide/#-linux-users) ask you to `sudo make linux`. Mac users may be tempted to build from the Makefile as well as the Homebrew installation...
Hi, I'm using MacOS big sur and I'm having this issue. Anyone can help ? Thanks > % brew install bow-openapi > > ==> Installing bow-openapi from bow-swift/bow > ==>...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. Changelog Sourced from rexml's changelog. 3.2.5 - 2021-04-05 {#version-3-2-5} Improvements Add more validations to XPath parser. require "rexml/document" by default. [GitHub#36][Patch by Koichi ITO]...
Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.0 to 2.3.1. Commits See full diff in compare view [](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...
## Problem For readability purposes, I redefined `UUID` in my OpenAPI 3 schemas. ```yaml components: schemas: UUID: description: A `UUID` (or `GUID`). type: string format: uuid example: ad959e79-55c3-4445-8c51-a74b6d52691a ``` This...
Given the following schema: ```yaml openapi: 3.0.2 info: version: 0.7.1 title: aoide description: Music library management license: name: AGPL-3.0-or-later url: 'https://www.gnu.org/licenses/agpl-3.0.html' paths: /date: get: summary: Get current date operationId: date...