Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
UserName | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Skip | form | int? | No | |
Take | form | int? | No | |
OrderBy | form | string | No | |
OrderByDesc | form | string | No | |
Include | form | string | No | |
Fields | form | string | No | |
Meta | form | Dictionary<string, string> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
Name | form | string | No | |
Description | form | string | No | |
Homepage | form | string | No | |
Language | form | string | No | |
Watchers_Count | form | int | No | |
Stargazes_Count | form | int | No | |
Forks_Count | form | int | No | |
Open_Issues_Count | form | int | No | |
Size | form | int | No | |
Full_Name | form | string | No | |
Created_at | form | DateTime | No | |
Pushed_At | form | DateTime? | No | |
Updated_At | form | DateTime? | No | |
Has_issues | form | bool | No | |
Has_Downloads | form | bool | No | |
Has_Wiki | form | bool | No | |
Has_Pages | form | bool | No | |
Fork | form | bool | No | |
Owner | form | GithubUser | No | |
Svn_Url | form | string | No | |
Mirror_Url | form | string | No | |
Url | form | string | No | |
Ssh_Url | form | string | No | |
Html_Url | form | string | No | |
Clone_Url | form | string | No | |
Git_Url | form | string | No | |
Private | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
Login | form | string | No | |
Avatar_Url | form | string | No | |
Url | form | string | No | |
Followers | form | int? | No | |
Following | form | int? | No | |
Type | form | string | No | |
Public_Gists | form | int? | No | |
Location | form | string | No | |
Company | form | string | No | |
Html_Url | form | string | No | |
Public_Repos | form | int? | No | |
Created_At | form | DateTime? | No | |
Blog | form | string | No | |
form | string | No | ||
Name | form | string | No | |
Hireable | form | bool? | No | |
Gravatar_Id | form | string | No | |
Bio | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Offset | form | int | No | |
Total | form | int | No | |
Results | form | List<Customer> | No | |
Meta | form | Dictionary<string, string> | No | |
ResponseStatus | form | ResponseStatus | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CustomerId | form | string | No | |
CompanyName | form | string | No | |
Address | form | string | No | |
City | form | string | No | |
Region | form | string | No | |
PostalCode | form | string | No | |
Country | form | string | No | |
Phone | form | string | No | |
Fax | form | string | No | |
Orders | form | List<Order> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
OrderId | form | int | No | |
CustomerId | form | string | No | |
OrderDate | form | DateTime | No | |
Total | form | double | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsonl/reply/QueryGitHubRepos HTTP/1.1
Host: sharpscript.net
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"userName":"String","skip":0,"take":0,"orderBy":"String","orderByDesc":"String","include":"String","fields":"String","meta":{"String":"String"}}
HTTP/1.1 200 OK Content-Type: text/jsonl Content-Length: length {"offset":0,"total":0,"results":[{"id":0,"name":"String","description":"String","homepage":"String","language":"String","watchers_Count":0,"stargazes_Count":0,"forks_Count":0,"open_Issues_Count":0,"size":0,"full_Name":"String","created_at":"\/Date(-62135596800000-0000)\/","pushed_At":"\/Date(-62135596800000-0000)\/","updated_At":"\/Date(-62135596800000-0000)\/","has_issues":false,"has_Downloads":false,"has_Wiki":false,"has_Pages":false,"fork":false,"owner":{"id":0,"login":"String","avatar_Url":"String","url":"String","followers":0,"following":0,"type":"String","public_Gists":0,"location":"String","company":"String","html_Url":"String","public_Repos":0,"created_At":"\/Date(-62135596800000-0000)\/","blog":"String","email":"String","name":"String","hireable":false,"gravatar_Id":"String","bio":"String"},"svn_Url":"String","mirror_Url":"String","url":"String","ssh_Url":"String","html_Url":"String","clone_Url":"String","git_Url":"String","private":false}],"meta":{"String":"String"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}