Mike Ralphson

Results 44 issues of Mike Ralphson

As suggested in AYWH Slack by @hpatoio

enhancement
help wanted

See the [documentation](https://github.com/Mermade/openapi-codegen/blob/master/docs/README.md) of the config file format. The [current state](https://github.com/Mermade/openapi-codegen/blob/master/README.md#status-of-the-template-configurations) of existing configs (click to expand).

help wanted
good first issue
no coding required
multiple opportunities

* https://github.com/akorchev/odata2openapi * https://github.com/oasis-tcs/odata-openapi

new format

As promised, when resolving / validating this definition https://raw.githubusercontent.com/Bungie-net/api/master/openapi-2.json using Sway 2.0.5 from npm and this snippet ```js const SwaggerApi = require('sway'); const util = require('util'); const yaml = require('js-yaml');...

#### Reason/Context * To demonstrate adoption of the specification * To give users examples to work with * To showcase use of the specification by member orgs etc * In...

enhancement

This PR is informational only (as issues seem to be disabled) as it is incomplete. It removes several "Status Code" response headers from the compiled OpenAPI/swagger definition. HTTP Status Codes...

@OAI/tsc please add items here for future discussion. | Topic | Owner | Date Discussed/Issues/PRs - recording link | |-------|---------|---------| | Presentation on SLA4OAI work | @pjmolina | [2021-02-25](https://zoom.us/rec/share/B5Sh_bOG1A6XiEhdLpDV2X0-BgQ6AhbJw1ak_pWxEXccSpfzqXZabyMvenfcYRTa.fuG3pQ0xkui5npbq) |...

Housekeeping

Hi, thanks for adding your project to awesome-openapi3! I've run your test file through my experimental validator, and it comes up with the following issue: ```json { "status": false, "message":...

The API definitions in the HAPI collection often show this problem: ```json "responses": { "200": { "description":null, "schema":"#/definitions/Resource" } } ```` It should be ```json "responses": { "200": { "description":"",...

``` (node:528088) ExperimentalWarning: VM Modules is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) node:internal/vm/module:306 if (module[kWrap] ===...

vm
needs-ci