[Chicago] REST API to Python Class?

Chris Foresman foresmac at gmail.com
Tue May 2 11:14:59 EDT 2017


There are standards for this:

- Core JSON
- Open API/Swagger
- HAL
- JSON Hyper-Schema


> On May 2, 2017, at 10:03 AM, Jordan Bettis <jordanb at hafd.org> wrote:
> 
> You'd need to have the service provide a WSDL for this to be possible.
> I've rarely seen REST/JSON APIs with a WSDL. OTOH REST/JSON APIs tend to
> be a heck of a lot more simple than SOAP APIs, and easier to read too.
> 
> On 05/02/2017 09:52 AM, Chris Foresman wrote:
>> I don’t know of any tool that can arbitrarily interact with a JSON API
>> unless it conforms to some open standard. I’d start looking here  and
>> see if this is compatible with the API you want to
>> access: http://www.coreapi.org
>> 



More information about the Chicago mailing list