Save 36% for Black Friday! Learn more

New Discussion

Notifications

You’re not receiving notifications from this thread.

nested resources n your API Wrapper Rubygems series?

0
General

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?

Join the discussion
Create an account Log in