This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Some comments here | |
public String getFoo() | |
{ | |
return foo; | |
} |
NewerOlder