You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it hits a property whose value is a URL (in the GitHub API, all those suffixed with `*_url`), it resolves and caches them as an intermediate resource. So accessing `ripple('github.current_user_url.id')`, would also populate the resource `ripple('github.current_user_url')`.
29
29
30
-
You can pass any extra headers you want (in this case, basic auth) to be used in the request by setting the `http` header.
30
+
You can pass any extra headers you want (in this case, basic auth) to be used in the request by setting the `http` header (accessing subresource will automatically inherit headers).
*[ ] Add profiles for dot notation to be able to traverse other hypermedia formats (HTML, HAL, Siren, Collection, etc) - see [Jon Moore's presentation](http://www.infoq.com/presentations/web-api-html) for HTML example.
51
51
*[ ] Test use in declarative usage `<visualise-repos data="github.repos">`
52
52
*[ ] Alias subresources `ripple('repos', 'github.current_user_url.repos_url')`
53
-
*[ ] Use same syntax to `POST` messages back: `ripple('github.current_user_url.repos_url', { new repo details })`
53
+
*[ ] Use same syntax to `POST` messages back: `ripple('github.current_user_url.repos_url', { body: new repo details })`
0 commit comments