Skip to content

Instantly share code, notes, and snippets.

@MarvinSchramm
Created August 29, 2014 16:15
Show Gist options
  • Save MarvinSchramm/b26f9ef15c51eef4ce60 to your computer and use it in GitHub Desktop.
Save MarvinSchramm/b26f9ef15c51eef4ce60 to your computer and use it in GitHub Desktop.
{
"associations" :
[
{
"id" : 1,
"name" : "Real Federación Española de Fútbol",
"shortName" : "RFEF",
"countryCode": "SPA",
"postCode": 28230,
"cityName": "Madrid",
"address": "Ramón y Cajal",
"president" : "Ángel María Villar",
"generalSecretary" : "Jorge Pérez Arias",
"web" : "http://www.rfef.es",
"email" : "rfef@rfef.es",
"foundingDate" : "2014-04-14T02:15:15Z",
"joinedFifaDate": "1902-01-01T00:00:00Z",
"joinedUefaDate": "1902-01-01T00:00:00Z",
"logoUrl" : "http://placehold.it/100x100",
"href" :"http://localhost/associations/1"
},
{
"id" : 2,
"name" : "Deutscher Fußball-Bund",
"shortName" : "DFB",
"countryCode": "GER",
"postCode": 60492,
"cityName": "Frankfurt am Main",
"address": "Otto-Fleck-Schneise 6",
"president" : "Wolfgang Niersbach",
"generalSecretary" : "Helmut Sandrock",
"web" : "http://www.dfb.de/",
"foundingDate" : "2014-04-14T02:15:15Z",
"joinedFifaDate": "1902-01-01T00:00:00Z",
"joinedUefaDate": "1902-01-01T00:00:00Z",
"logoUrl" : "http://placehold.it/100x100",
"href" :"http://localhost/associations/2"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment