Jon Ursenbach

Results 56 issues of Jon Ursenbach

This should resolve the issue brought up in https://github.com/readmeio/api/pull/447. Basically if an `Accept` header isn't defined in a paths `parameters` block we currently don't allow you to supply it in...

enhancement
area:sdk

When working with an API, it's helpful to be able to mock out requests when unit testing client functionality. Since we've got the OpenAPI definition on hand for the API...

exploration
area:sdk

In `src/lib/reducer` if either the casing in the options for `paths` or `tags` or `paths` methods array doesn't match what's in the OpenAPI definition it won't be matched and will...

bug
enhancement
good first issue

This fixes a handful of bad and wrong Swagger definition properties: * [x] For almost every path its `produces` property was typod as "producers" * [x] The `BookFull` definition had...

help wanted

help wanted

help wanted

help wanted

This is work to combat the shutdown of Google Movies (#47). It adds support for a plugin-backed feed engine processing system, with initial (default) support for Fandango. Goal of this...

enhancement

It would be awesome to not have to rely on scraping Google Movies and instead be able to configure what movie showtime service to utilize. I'm not sure if this...

enhancement
help wanted