A HypermediaLink is a link in which a given client can make REST HTTP requests. More...
Instance Methods | |
| (void) | - addHypermedia:withName: |
| Adds an Hypermedia with a given name. More... | |
Properties | |
| NSString * | version |
| the version of this hypermedia link | |
| NSMutableDictionary * | links |
| the existing hypermedia links | |
A HypermediaLink is a link in which a given client can make REST HTTP requests.
It is composed of
Some terminologies can be found in ParameterTerms (for parameters) and ResourceTerms (for resources)
| - (void) addHypermedia: | (Hypermedia *) | link | |
| withName: | (NSString *) | name | |
Adds an Hypermedia with a given name.
| link | Hypermedia to be added. |
| name | the name to associate the link. |
1.8.3.1-20130324