Jared Evans

Results 24 comments of Jared Evans

Hey @AgnivDass @markcastle i've created a new plugin based off of this one: https://github.com/JaredCE/serverless-openapi-documenter I've added support for httpAPI, at least i hope. feel free to try out and raise...

Hey @MikeRalphson. I don't believe there are any mismatches there, if i copy and paste the first example into runkit.com as: ``` const a = { anyOf: [ { type:...

this is a reproducible, but runkit.com is terrible at outputting the error, so you might want to run it locally: https://runkit.com/jaredce/openapi-scenario

I Agree, there is something funky with order of operations: portman-config.json ``` { "version": 1.0, "globals": { "orderOfOperations": [ "POST::/batch/{organisationId}", "PATCH::/{paymentCodeId}", "GET::/{paymentCodeId}", "POST::/filter/{organisationId}", "PATCH::/allocate/{organisationId}", "PATCH::/{paymentCodeId}/{organisationId}", "POST::/verify", "PATCH::/used", "POST::/create/{organisationId}", "DELETE::/{paymentCodeId}/{organisationId}" ]...

@jeffwidman Do you have thoughts on how you'd want the CLI to raise pulls? I've always wanted to play with golang, and perhaps this is my opportunity (but this is...

Circular references are much more improved. I'm going to close this issue. Feel free to open a new issue if you're having a problem still

It does indeed, we're using at my work with serverless.ts. you're going to have to provide more context

I'm going to close this as i haven't heard back, feel free to re-open if you have additional info to add.