We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6523918 + 7253a70 commit cd3ac5aCopy full SHA for cd3ac5a
README.md
@@ -38,7 +38,7 @@ The link class represents hypermedia on a representation. It looks like this:
38
39
The thing which makes this class special is it's support for templates. For example:
40
41
- var link = new Link("beers, "/breweries/{id}/beers");
+ var link = new Link("beers", "/breweries/{id}/beers");
42
43
Notice the {id}, this allows you to return a templated link as hypermedia. But you can also turn it into an absolute link really easily:
44
0 commit comments