Skip to content

get github repositories

GET
/api/v1/github-connector/repositories

Controller:

github.com/raghavyuva/nixopus-api/internal/features/github-connector/controller.(*GithubConnectorController).GetGithubRepositories

Middlewares:

  • github.com/go-fuego/fuego.defaultLogger.middleware
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).SetupRoutes.(*Router).setupAuthentication.func2
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func1
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func2
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func3

Parameters

Header Parameters

Accept
Type
string

Responses

OK

JSON
{
"data": {
"page": 0,
"page_size": 0,
"repositories": [
{
"allow_forking": true,
"archive_url": "string",
"archived": true,
"assignees_url": "string",
"blobs_url": "string",
"branches_url": "string",
"clone_url": "string",
"collaborators_url": "string",
"comments_url": "string",
"commits_url": "string",
"compare_url": "string",
"contents_url": "string",
"contributors_url": "string",
"created_at": "string",
"default_branch": "string",
"deployments_url": "string",
"description": "string",
"disabled": true,
"downloads_url": "string",
"events_url": "string",
"fork": true,
"forks": 0,
"forks_count": 0,
"forks_url": "string",
"full_name": "string",
"git_commits_url": "string",
"git_refs_url": "string",
"git_tags_url": "string",
"git_url": "string",
"has_discussions": true,
"has_downloads": true,
"has_issues": true,
"has_pages": true,
"has_projects": true,
"has_wiki": true,
"homepage": "string",
"hooks_url": "string",
"html_url": "string",
"id": 0,
"is_template": true,
"issue_comment_url": "string",
"issue_events_url": "string",
"issues_url": "string",
"keys_url": "string",
"labels_url": "string",
"language": "string",
"languages_url": "string",
"license": {
"key": "string",
"name": "string",
"node_id": "string",
"spdx_id": "string",
"url": "string"
},
"merges_url": "string",
"milestones_url": "string",
"mirror_url": "string",
"name": "string",
"node_id": "string",
"notifications_url": "string",
"open_issues": 0,
"open_issues_count": 0,
"owner": {
"avatar_url": "string",
"events_url": "string",
"followers_url": "string",
"following_url": "string",
"gists_url": "string",
"gravatar_id": "string",
"html_url": "string",
"id": 0,
"login": "string",
"node_id": "string",
"organizations_url": "string",
"received_events_url": "string",
"repos_url": "string",
"site_admin": true,
"starred_url": "string",
"subscriptions_url": "string",
"type": "string",
"url": "string"
},
"permissions": {
"admin": true,
"maintain": true,
"pull": true,
"push": true,
"triage": true
},
"private": true,
"pulls_url": "string",
"pushed_at": "string",
"releases_url": "string",
"size": 0,
"ssh_url": "string",
"stargazers_count": 0,
"stargazers_url": "string",
"statuses_url": "string",
"subscribers_url": "string",
"subscription_url": "string",
"svn_url": "string",
"tags_url": "string",
"teams_url": "string",
"topics": [
"string"
],
"trees_url": "string",
"updated_at": "string",
"url": "string",
"visibility": "string",
"watchers": 0,
"watchers_count": 0,
"web_commit_signoff_required": true
}
],
"total_count": 0
},
"message": "string",
"status": "string"
}

Playground

Server
Headers

Samples

Powered by VitePress OpenAPI

Made with love
Released under the Functional Source License (FSL)