nested resources n your API Wrapper Rubygems series?
Forgive me for not knowing vultr and using a generic example but.
lets say we use a service where customers have multiple products, and to access the products for a customer the endpoint is something like /products?customer_id=foo
and we wanted to access a nested resource, e.g. client.customer.list.first.products
client.customer.list.first would return MyApi::Customer (a subclass of Object)
Would it be wrong to pass the api token to the Object class, so we can make requests from there?