Coding
Does anyone else prefer to use REST APIs via CURL rather than a library?
I’m tackling quite a few APIs lately. Everything is REST, and there are various official and unofficial libraries for them. But I usually find the libraries are not as well documented as the service’s own Read more…