public class CallAnApiextends Object
implements Ability
A Screenplay ability that allows an actor to perform REST queries against a specified API.
For example:
```
Actor sam = Actor.named("Sam the supervisor").whoCan(CallAnApi.at("https://reqres.in"));
```