jcassee / angular-hypermedia

Hypermedia REST API client for AngularJS applications
MIT License
38 stars 5 forks source link

Adds resource.refreshPaths method. #33

Closed mvcatsifma closed 8 years ago

mvcatsifma commented 8 years ago

It uses Date.now() to call resource.loadPaths.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.003%) to 99.262% when pulling 88aebfd2ad02e614659277f3a029515a5f5d0e18 on master into 5ed2ac8d4ec77623f769ee40784cf46d9cee288d on feature/#32-add-refreshpaths-method.

jcassee commented 8 years ago

So resource.refreshPaths(X) is basically just resource.loadPaths(X, Date.now())? Thin abstraction, but okay.