#Script Pages

<back to all web services

QueryGitHubRepos

QueryGitHubRepos Parameters:
NameParameterData TypeRequiredDescription
UserNamequerystringYes
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
GithubRepo Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NameformstringYes
DescriptionformstringYes
HomepageformstringYes
LanguageformstringYes
Watchers_CountformintNo
Stargazes_CountformintNo
Forks_CountformintNo
Open_Issues_CountformintNo
SizeformintNo
Full_NameformstringYes
Created_atformDateTimeNo
Pushed_AtformDateTime?No
Updated_AtformDateTime?No
Has_issuesformboolNo
Has_DownloadsformboolNo
Has_WikiformboolNo
Has_PagesformboolNo
ForkformboolNo
OwnerformGithubUserYes
Svn_UrlformstringYes
Mirror_UrlformstringYes
UrlformstringYes
Ssh_UrlformstringYes
Html_UrlformstringYes
Clone_UrlformstringYes
Git_UrlformstringYes
PrivateformboolNo
GithubUser Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
LoginformstringYes
Avatar_UrlformstringYes
UrlformstringYes
Followersformint?No
Followingformint?No
TypeformstringYes
Public_Gistsformint?No
LocationformstringYes
CompanyformstringYes
Html_UrlformstringYes
Public_Reposformint?No
Created_AtformDateTime?No
BlogformstringYes
EmailformstringYes
NameformstringYes
Hireableformbool?No
Gravatar_IdformstringYes
BioformstringYes
QueryResponse<T> Parameters:
NameParameterData TypeRequiredDescription
OffsetformintNo
TotalformintNo
ResultsformList<GithubRepo>No
MetaformDictionary<string, string>No
ResponseStatusformResponseStatusNo

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
		}
	}
}