purest
Version:
REST API Client Library
48 lines (45 loc) • 864 B
JSON
{
"methods": {
"get" : ["select"],
"head" : [],
"post" : ["update", "refresh"],
"put" : [],
"patch" : [],
"options" : [],
"delete" : [],
"trace" : [],
"connect" : []
},
"http": {
"method" : [],
"headers" : [],
"timeout" : [],
"agent" : [],
"url" : [],
"proxy" : [],
"qs" : ["where"],
"form" : [],
"json" : [],
"body" : [],
"multipart": [],
"auth" : [],
"oauth" : [],
"encoding" : [],
"cookie" : [],
"redirect" : [],
"request" : ["submit"],
"buffer" : [],
"stream" : []
},
"url": {
"origin" : [],
"path" : [],
"subdomain": [],
"version" : [],
"type" : []
},
"purest": {
"endpoint" : ["query"],
"auth" : ["token"]
}
}