Ask A Question

Notifications

You’re not receiving notifications from this thread.

nested resources n your API Wrapper Rubygems series?

Arthur Cheek asked in 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?

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.