Skip to content

Instantly share code, notes, and snippets.

@chrisjason
chrisjason / espn-draft-api_sample-internal-output.xml
Created May 22, 2014 14:06
ESPN Draft API Sample XML Output - Internal Key
<response>
<draft>
<description>NBA Draft 2013</description>
<numberOfRounds>2</numberOfRounds>
<rounds>
<roundsItem>
<round>1</round>
<description>Round 1</description>
<picks>
<picksItem>
@chrisjason
chrisjason / espn-leaders-api_sample-internal-output.xml
Created May 22, 2014 14:09
ESPN Leaders API Sample XML Output - Internal Key
<response>
<sports>
<sportsItem>
<name>basketball</name>
<id>40</id>
<leagues>
<leaguesItem>
<name>National Basketball Assoc.</name>
<abbreviation>nba</abbreviation>
<id>46</id>
@chrisjason
chrisjason / espn-leaders-api_sample-internal-output.json
Last active August 29, 2015 14:01
ESPN Leaders API Sample JSON Output - Internal Key
{
"sports": [
{
"name": "basketball",
"id": 40,
"leagues": [
{
"name": "National Basketball Assoc.",
"abbreviation": "nba",
"id": 46,