api-codegen
Version:
Generate code in different languages/frameworks for Hasura APIs
16 lines (15 loc) • 338 B
JSON
{
"testCases": [
{
"url": "http://httpbin.org/anything",
"method": "POST",
"headers": {"content-type": "application/json"},
"param": {"type":"select","args":{"table":"author","columns":["*"]}}
},
{
"url": "http://httpbin.org/anything",
"method": "GET",
"headers": {"content-type": "application/json"}
}
]
}