Skip to content

Instantly share code, notes, and snippets.

View tony-shannon's full-sized avatar

Tony Shannon tony-shannon

  • Dublin, Ireland
View GitHub Profile
{
"collaborative" : false,
"description" : "Having friends over for dinner? Here's the perfect playlist.",
"external_urls" : {
"spotify" : "http://open.spotify.com/user/spotify/playlist/37i9dQZF1DX4xuWVBs4FgJ"
},
"followers" : {
"href" : null,
"total" : 540104
},
swagger: '2.0'
info:
version: '1.0.0'
title: Swagger Petstore (Fairly Simple)
description: A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification
termsOfService: http://helloreverb.com/terms/
contact:
name: Swagger API team
email: [email protected]
url: http://swagger.io
// Some comments here
public String getFoo()
{
return foo;
}