Noizu.Github.Api.Interactions (Noizu Labs: Github API v0.5.0)

GitHub interactions API.

Link to this section Summary

Functions

Get pull request creation cap bypass list for a repository

Get interaction restrictions for your public repositories

Get interaction restrictions for an organization

Get interaction restrictions for a repository

Remove users from the pull request creation cap bypass list for a repository

Remove interaction restrictions from your public repositories

Remove interaction restrictions for an organization

Remove interaction restrictions for a repository

Add users to the pull request creation cap bypass list for a repository

Set interaction restrictions for your public repositories

Set interaction restrictions for an organization

Set interaction restrictions for a repository

Link to this section Functions

Link to this function

get_pull_request_bypass_list_for_repo(options \\ nil)

Get pull request creation cap bypass list for a repository

@see https://docs.github.com/rest/interactions/repos#get-pull-request-creation-cap-bypass-list-for-a-repository

Link to this function

get_restrictions_for_authenticated_user(options \\ nil)

Get interaction restrictions for your public repositories

@see https://docs.github.com/rest/interactions/user#get-interaction-restrictions-for-your-public-repositories

Link to this function

get_restrictions_for_org(org, options \\ nil)

Get interaction restrictions for an organization

@see https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization

Link to this function

get_restrictions_for_repo(options \\ nil)

Get interaction restrictions for a repository

@see https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository

Link to this function

remove_pull_request_bypass_list_for_repo(body, options \\ nil)

Remove users from the pull request creation cap bypass list for a repository

@see https://docs.github.com/rest/interactions/repos#remove-users-from-the-pull-request-creation-cap-bypass-list-for-a-repository

Link to this function

remove_restrictions_for_authenticated_user(options \\ nil)

Remove interaction restrictions from your public repositories

@see https://docs.github.com/rest/interactions/user#remove-interaction-restrictions-from-your-public-repositories

Link to this function

remove_restrictions_for_org(org, options \\ nil)

Remove interaction restrictions for an organization

@see https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization

Link to this function

remove_restrictions_for_repo(options \\ nil)

Remove interaction restrictions for a repository

@see https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository

Link to this function

set_pull_request_bypass_list_for_repo(body, options \\ nil)

Add users to the pull request creation cap bypass list for a repository

@see https://docs.github.com/rest/interactions/repos#add-users-to-the-pull-request-creation-cap-bypass-list-for-a-repository

Link to this function

set_restrictions_for_authenticated_user(body, options \\ nil)

Set interaction restrictions for your public repositories

@see https://docs.github.com/rest/interactions/user#set-interaction-restrictions-for-your-public-repositories

Link to this function

set_restrictions_for_org(org, body, options \\ nil)

Set interaction restrictions for an organization

@see https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization

Link to this function

set_restrictions_for_repo(body, options \\ nil)

Set interaction restrictions for a repository

@see https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository