Files
openapi-generator/samples/client/wordnik-api/spec-files/resources.json
2012-09-25 09:21:11 -07:00

27 lines
455 B
JSON

{
"apis":[
{
"path":"/word.{format}",
"description":""
},
{
"path":"/words.{format}",
"description":""
},
{
"path":"/wordList.{format}",
"description":""
},
{
"path":"/wordLists.{format}",
"description":""
},
{
"path":"/account.{format}",
"description":""
}
],
"apiVersion":"4.0",
"swaggerVersion":"1.1",
"basePath":"http://api.wordnik.com/v4"
}