We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any Link collection (Links class) should have a method called refresh, which is a shortcut for .self.get.
The text was updated successfully, but these errors were encountered:
Got it :D
Sorry, something went wrong.
Hi Gui, explain more about to me. You're talking to make this implementation in medie, or Link class that call medie like module?
There is a class called Links. If you get a resource such as:
response.resource
You can invoke its links method and receives this object:
links = response.resources.links
So you can follow a link called self:
links.self.get
This issue requests a new method which is the equivalent as the above one (.self.get):
links.refresh
Perfect, time to write some specs and implement. Thank u
No branches or pull requests
Any Link collection (Links class) should have a method called refresh, which is a shortcut for .self.get.
The text was updated successfully, but these errors were encountered: