create github connector
POST
/api/v1/github-connector
Controller:
github.com/raghavyuva/nixopus-api/internal/features/github-connector/controller.(*GithubConnectorController).CreateGithubConnector
Middlewares:
github.com/go-fuego/fuego.defaultLogger.middlewaregithub.com/raghavyuva/nixopus-api/internal/routes.(*Router).SetupRoutes.(*Router).setupAuthentication.func2github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func1github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func2github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func3
Parameters
Header Parameters
Accept
Type
string
Request Body
*/*
JSON
{
"app_id": "string",
"client_id": "string",
"client_secret": "string",
"pem": "string",
"slug": "string",
"webhook_secret": "string"
}
Responses
OK
JSON
{
"message": "string",
"status": "string"
}