We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c44deac + ff6ff7a commit 542e29fCopy full SHA for 542e29f
src/WebApiContrib.CollectionJson/Item.cs
@@ -14,6 +14,8 @@ public Item()
14
}
15
16
public Uri Href { get; set; }
17
+ public string Rel { get; set; }
18
+ public string Rt { get; set; }
19
public IList<Data> Data { get; private set; }
20
public IList<Link> Links { get; private set; }
21
src/WebApiContrib.CollectionJson/Query.cs
@@ -12,6 +12,7 @@ public Query()
12
Data = new List<Data>();
13
public string Rel { get; set; }
public string Prompt { get; set; }
0 commit comments