Abilities to work with REST APIs
UseTheRestApi
Acors ability to use a rest API.
Methods
| name | parameter | description |
|---|---|---|
.with()* | client: Client | returns an ability instance with |
Example
Pass the ability to an actor.
const theRestClient = ExecutingRestClient.from(thekla.restConfig());
const jonathan = Actor.named("Jonathan");
jonathan.can(UseTheRestApi.using(theRestClient));
See section Rest Client Configuration to configure the rest client.