1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| GET https://myapp.com/api/schema/resource=RESTable.Admin.Resource
Accept: application/json;raw=true
Response body: [{
"Name": "System.String",
"Description": "System.String",
"EnabledMethods": "RESTable.Method[]",
"IsDeclared": "System.Boolean",
"IsProcedural": "System.Boolean",
"IsInternal": "System.Boolean",
"Type": "System.Type",
"Views": "RESTable.ViewInfo[]",
"IResource": "RESTable.Meta.IResource",
"Provider": "System.String",
"Kind": "RESTable.Meta.ResourceKind",
"InnerResources": "System.Collections.Generic.IEnumerable`1[[RESTable.Admin.Resource, RESTable, Ve
rsion=1.0.25.0, Culture=neutral, PublicKeyToken=null]]"
}]
|