CitySDK iOS Library
 All Classes Functions Variables Enumerations Enumerator Properties
Instance Methods | Properties | List of all members
HypermediaLink Class Reference

A HypermediaLink is a link in which a given client can make REST HTTP requests. More...

Inheritance diagram for HypermediaLink:

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
 

Detailed Description

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)

Author
Pedro Cruz

Method Documentation

- (void) addHypermedia: (Hypermedia *)  link
withName: (NSString *)  name 

Adds an Hypermedia with a given name.

Parameters
linkHypermedia to be added.
namethe name to associate the link.

The documentation for this class was generated from the following files: