Comment on Your REST API should come with a clientComments−tlrobinson12yMost of these things should be (optional) features of a good HTTP client library, which is kind of the point of following conventions like REST.Maybe that just means writing a thin wrapper around one of these libraries specific for your API. But don't reinvent the wheel every time.
Comments
Most of these things should be (optional) features of a good HTTP client library, which is kind of the point of following conventions like REST.
Maybe that just means writing a thin wrapper around one of these libraries specific for your API. But don't reinvent the wheel every time.