fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

JSON API support #48

Closed esasse closed 9 years ago

esasse commented 9 years ago

I need a client that supports the JSON API standard.

I was thinking about adding support for this format in this library instead of creating my own.

I believe this could be done just like the abstraction of the HTTP connection. By default it would use the current plain JSON format, but a another "adapter" could be set to change the format.

Do you think it's a good idea?

RobertoSchneiders commented 9 years ago

Yeah, absolutely.

esasse commented 9 years ago

Thanks, I'll send a PR if we follow this idea.