Nexmo / oas_parser

An open source Open API Spec 3 Definition Parser
MIT License
51 stars 16 forks source link

Find template paths via Musterman #13

Closed ahx closed 5 years ago

ahx commented 5 years ago

This adds support to find a path like "/pets/{id}" via OasParser::Definition#path_by_path("/pets/1")

mheap commented 5 years ago

@ahx Looks like we're missing a Gemfile.lock from this PR. Can you add it?

ahx commented 5 years ago

@mheap Fixed!

mheap commented 5 years ago

Released as 0.15.0 - thanks for the contribution

ahx commented 5 years ago

Hi @mheap, it looks like this PR is not part of 0.15.0 that is available on rubygems.org. Maybe something did go wrong with the release. But no hurries.

mheap commented 5 years ago

@ahx Ah, my mistake! 0.15.1 pushed