#Script Pages

<back to all web services

QueryGitHubRepos

QueryGitHubRepos Parameters:
NameParameterData TypeRequiredDescription
UserNamequerystringNo
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
GithubRepo Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NameformstringNo
DescriptionformstringNo
HomepageformstringNo
LanguageformstringNo
Watchers_CountformintNo
Stargazes_CountformintNo
Forks_CountformintNo
Open_Issues_CountformintNo
SizeformintNo
Full_NameformstringNo
Created_atformDateTimeNo
Pushed_AtformDateTime?No
Updated_AtformDateTime?No
Has_issuesformboolNo
Has_DownloadsformboolNo
Has_WikiformboolNo
Has_PagesformboolNo
ForkformboolNo
OwnerformGithubUserNo
Svn_UrlformstringNo
Mirror_UrlformstringNo
UrlformstringNo
Ssh_UrlformstringNo
Html_UrlformstringNo
Clone_UrlformstringNo
Git_UrlformstringNo
PrivateformboolNo
GithubUser Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
LoginformstringNo
Avatar_UrlformstringNo
UrlformstringNo
Followersformint?No
Followingformint?No
TypeformstringNo
Public_Gistsformint?No
LocationformstringNo
CompanyformstringNo
Html_UrlformstringNo
Public_Reposformint?No
Created_AtformDateTime?No
BlogformstringNo
EmailformstringNo
NameformstringNo
Hireableformbool?No
Gravatar_IdformstringNo
BioformstringNo
QueryResponse<Customer> Parameters:
NameParameterData TypeRequiredDescription
OffsetformintNo
TotalformintNo
ResultsformList<Customer>No
MetaformDictionary<string, string>No
ResponseStatusformResponseStatusNo
Customer Parameters:
NameParameterData TypeRequiredDescription
CustomerIdformstringNo
CompanyNameformstringNo
AddressformstringNo
CityformstringNo
RegionformstringNo
PostalCodeformstringNo
CountryformstringNo
PhoneformstringNo
FaxformstringNo
OrdersformList<Order>No
Order Parameters:
NameParameterData TypeRequiredDescription
OrderIdformintNo
CustomerIdformstringNo
OrderDateformDateTimeNo
TotalformdoubleNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/QueryGitHubRepos HTTP/1.1 
Host: sharpscript.net 
Accept: text/jsv
Content-Type: text/jsv
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/jsv
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: 0001-01-01,
			pushed_At: 0001-01-01,
			updated_At: 0001-01-01,
			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: 0001-01-01,
				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
		}
	}
}