class HaveAPI::ClientExample

All client example classes should inherit this class. Depending on the client, the subclass may choose to implement either method ‘example` or `request` and `response`. `example` should be implemented if the client example shows only the request or the request and response should be coupled together.

Methods ‘example`, `request` and `response` take one argument, the example to describe.