Nexmo / nexmo-oas-renderer

Render your API references, Nexmo-style!
https://developer.nexmo.com/api
MIT License
45 stars 4 forks source link

OAS 3.1 Webhook support #65

Closed mheap closed 4 years ago

mheap commented 4 years ago

Adds support for rendering OAS 3.1 style webhooks if they exist in the specification.

Depends on https://github.com/Nexmo/oas_parser/pull/48 and will need updating to point to a tagged release once it's merged

mheap commented 4 years ago

@fabianrbz This works locally for me, and for you. Any thoughts on if it's Travis?

fabianrbz commented 4 years ago

@mheap i'm quite certain it is a travis issue, also it's going through a scheduled maintenance today :/

mheap commented 4 years ago

@fabianrbz Others seem to be hitting it too. There's a potential fix at https://github.com/Nexmo/oas_parser/pull/49

Any downsides to explicitly requiring Path?

fabianrbz commented 4 years ago

@mheap none at all, in fact it should be required

mheap commented 4 years ago

@fabianrbz Build is passing! :shipit: ?