nicklandgrebe / active-resource.js

ActiveResource.js - API resource relational mapping in JavaScript
https://active-resource.js.org
MIT License
133 stars 20 forks source link

Dynamic Routes? #62

Open broskees opened 3 years ago

broskees commented 3 years ago

Say I had an authentication function that returned a token, and that token was used in the URL of proceeding requests. So for instance

https://example.com/api/v1/ACCESS_TOKEN/Items

Is it possible to do something like that with this library?