Mike Ralphson

Results 654 comments of Mike Ralphson

Re: statsocial, I'm not sure what is eating the underscores, but here the definitions look like: ```yaml description: "Possible reasons include:{success: 0, msg: Error requesting twitter info, error_code_msg: API_TWITTER_ERROR}{success: 0,...

Fixed the `apigee.local/registry` definition (same cause). The CI run will take at least 50 minutes from now.

I think the `github.com` ones you identified above are `$ref` values within `examples`. These are as-is key/value pairs in JSON/YAML example requests/responses are not actually `$ref` keywords which can be...

@ryanackley > Who is the upstream maintainer of these? The google discovery service APIs are converted within this project using https://github.com/APIs-guru/google-discovery-to-swagger

Subscribed to issue linked to above.

APIs added - many thanks :stuck_out_tongue_winking_eye:

You now seem to need to POST to an endpoint to get the OpenAPI definitions: ```shell curl 'https://developer.walmart.com/api/detail' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0' -H 'Accept:...

Some Walmart APIs now updated, more to do.

Yes, there are some errors the validator used historically in this project does not spot. Unfortunately it will be quite a lot of work to move away from it.

I think we can fix up the `collectionFormat` issues in the scripts, the missing referenced files are to be honest, probably too much work to tackle by hand. If the...