CodeMash 2.0.1.2 REST Interfaces
The CodeMash website exposes data using REST. This page documents the REST methods currently exposed.
REST Methods
Method: sessions
URL:
http://www.codemash.org/rest/sessions.{format}
Formats:
xml (default), json
HTTP Method(s):
GET
Response:
http://www.codemash.org/rest/sessions.{format}
Formats:
xml (default), json
HTTP Method(s):
GET
Response:
XML Example:
<Sessions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Session>
<URI>/rest/sessions/How-Do-You-Do-That-on-iPhone</URI>
<Title>How Do You Do That on iPhone?</Title>
<Abstract>If you've used iPhone OS applications ...</Abstract>
<Start>0001-01-01T00:00:00</Start>
<Room>215</Room>
<Difficulty>Intermediate</Difficulty>
<SpeakerName>Chris Adamson</SpeakerName>
<Technology>Mobile</Technology>
<SpeakerURI>/rest/speakers/Chris-Adamson</SpeakerURI>
</Session>
</Sessions>
<Sessions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Session>
<URI>/rest/sessions/How-Do-You-Do-That-on-iPhone</URI>
<Title>How Do You Do That on iPhone?</Title>
<Abstract>If you've used iPhone OS applications ...</Abstract>
<Start>0001-01-01T00:00:00</Start>
<Room>215</Room>
<Difficulty>Intermediate</Difficulty>
<SpeakerName>Chris Adamson</SpeakerName>
<Technology>Mobile</Technology>
<SpeakerURI>/rest/speakers/Chris-Adamson</SpeakerURI>
</Session>
</Sessions>
Method: speakers
URL:
http://www.codemash.org/rest/speakers.{format}
Formats:
xml (default), json
HTTP Method(s):
GET
Response:
http://www.codemash.org/rest/speakers.{format}
Formats:
xml (default), json
HTTP Method(s):
GET
Response:
XML Example:
<Speakers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Speaker>
<SpeakerURI>rest/speakers/Chris-Adamson</SpeakerURI>
<Name>Chris Adamson</Name>
<Biography>Chris Adamson is ...</Biography>
<Sessions>
<SessionURI>/rest/sessions/Oh-Crap-I-Forgot-or-Never-Learned-C</SessionURI>
<SessionURI>/rest/sessions/How-Do-You-Do-That-on-iPhone</SessionURI>
</Sessions>
<TwitterHandle />
<BlogURL />
</Speaker>
</Speakers>
<Speakers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Speaker>
<SpeakerURI>rest/speakers/Chris-Adamson</SpeakerURI>
<Name>Chris Adamson</Name>
<Biography>Chris Adamson is ...</Biography>
<Sessions>
<SessionURI>/rest/sessions/Oh-Crap-I-Forgot-or-Never-Learned-C</SessionURI>
<SessionURI>/rest/sessions/How-Do-You-Do-That-on-iPhone</SessionURI>
</Sessions>
<TwitterHandle />
<BlogURL />
</Speaker>
</Speakers>
Method: percompiler
URL:
http://www.codemash.org/rest/precompiler.{format}
Formats:
xml (default), json
HTTP Method(s):
GET
Response:
http://www.codemash.org/rest/precompiler.{format}
Formats:
xml (default), json
HTTP Method(s):
GET
Response:
XML Example:
<Sessions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Session>
<URI>/rest/sessions/How-Do-You-Do-That-on-iPhone</URI>
<Title>How Do You Do That on iPhone?</Title>
<Abstract>If you've used iPhone OS applications ...</Abstract>
<Start>0001-01-01T00:00:00</Start>
<Room>215</Room>
<Difficulty>Intermediate</Difficulty>
<SpeakerName>Chris Adamson</SpeakerName>
<Technology>Mobile</Technology>
<SpeakerURI>/rest/speakers/Chris-Adamson</SpeakerURI>
</Session>
</Sessions>
<Sessions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Session>
<URI>/rest/sessions/How-Do-You-Do-That-on-iPhone</URI>
<Title>How Do You Do That on iPhone?</Title>
<Abstract>If you've used iPhone OS applications ...</Abstract>
<Start>0001-01-01T00:00:00</Start>
<Room>215</Room>
<Difficulty>Intermediate</Difficulty>
<SpeakerName>Chris Adamson</SpeakerName>
<Technology>Mobile</Technology>
<SpeakerURI>/rest/speakers/Chris-Adamson</SpeakerURI>
</Session>
</Sessions>




























































Connected