5
votes
0answers
164 views

Doubts about the quality of an API designed for use with minimal effort

This is going to be long, and I do hope it is going to make some kind of sense; I apologize if it doesn't. I'll try to provide exactly the amount of context that is necessary to understand the ...
3
votes
1answer
520 views

Unit Testing Code that Calls RESTful API

So I'm writing a library which calls a RESTful API and then performs some work on the data. I've architected my code like this: I have a class, let's call it APIRequestor that initiates a call to the ...