assignments

package
v0.0.30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssignmentsRequestBuilder

AssignmentsRequestBuilder builds and executes requests for operations under \assignments

func NewAssignmentsRequestBuilder

NewAssignmentsRequestBuilder instantiates a new AssignmentsRequestBuilder and sets the default values.

func NewAssignmentsRequestBuilderInternal

func NewAssignmentsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AssignmentsRequestBuilder

NewAssignmentsRequestBuilderInternal instantiates a new AssignmentsRequestBuilder and sets the default values.

func (*AssignmentsRequestBuilder) ByAssignment_id

func (m *AssignmentsRequestBuilder) ByAssignment_id(assignment_id int32) *WithAssignment_ItemRequestBuilder

ByAssignment_id gets an item from the github.com/octokit/go-sdk/pkg/github.assignments.item collection returns a *WithAssignment_ItemRequestBuilder when successful

type ItemAccepted_assignmentsRequestBuilder

type ItemAccepted_assignmentsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemAccepted_assignmentsRequestBuilder builds and executes requests for operations under \assignments\{assignment_id}\accepted_assignments

func NewItemAccepted_assignmentsRequestBuilder

NewItemAccepted_assignmentsRequestBuilder instantiates a new ItemAccepted_assignmentsRequestBuilder and sets the default values.

func NewItemAccepted_assignmentsRequestBuilderInternal

func NewItemAccepted_assignmentsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAccepted_assignmentsRequestBuilder

NewItemAccepted_assignmentsRequestBuilderInternal instantiates a new ItemAccepted_assignmentsRequestBuilder and sets the default values.

func (*ItemAccepted_assignmentsRequestBuilder) Get

Get lists any assignment repositories that have been created by students accepting a GitHub Classroom assignment. Accepted assignments will only be returned if the current user is an administrator of the GitHub Classroom for the assignment. returns a []ClassroomAcceptedAssignmentable when successful API method documentation

func (*ItemAccepted_assignmentsRequestBuilder) ToGetRequestInformation

ToGetRequestInformation lists any assignment repositories that have been created by students accepting a GitHub Classroom assignment. Accepted assignments will only be returned if the current user is an administrator of the GitHub Classroom for the assignment. returns a *RequestInformation when successful

func (*ItemAccepted_assignmentsRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemAccepted_assignmentsRequestBuilder when successful

type ItemAccepted_assignmentsRequestBuilderGetQueryParameters

type ItemAccepted_assignmentsRequestBuilderGetQueryParameters struct {
	// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
	Page *int32 `uriparametername:"page"`
	// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
	Per_page *int32 `uriparametername:"per_page"`
}

ItemAccepted_assignmentsRequestBuilderGetQueryParameters lists any assignment repositories that have been created by students accepting a GitHub Classroom assignment. Accepted assignments will only be returned if the current user is an administrator of the GitHub Classroom for the assignment.

type ItemGradesRequestBuilder

ItemGradesRequestBuilder builds and executes requests for operations under \assignments\{assignment_id}\grades

func NewItemGradesRequestBuilder

NewItemGradesRequestBuilder instantiates a new ItemGradesRequestBuilder and sets the default values.

func NewItemGradesRequestBuilderInternal

func NewItemGradesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGradesRequestBuilder

NewItemGradesRequestBuilderInternal instantiates a new ItemGradesRequestBuilder and sets the default values.

func (*ItemGradesRequestBuilder) Get

Get gets grades for a GitHub Classroom assignment. Grades will only be returned if the current user is an administrator of the GitHub Classroom for the assignment. returns a []ClassroomAssignmentGradeable when successful returns a BasicError error when the service returns a 404 status code API method documentation

func (*ItemGradesRequestBuilder) ToGetRequestInformation

ToGetRequestInformation gets grades for a GitHub Classroom assignment. Grades will only be returned if the current user is an administrator of the GitHub Classroom for the assignment. returns a *RequestInformation when successful

func (*ItemGradesRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemGradesRequestBuilder when successful

type WithAssignment_ItemRequestBuilder

WithAssignment_ItemRequestBuilder builds and executes requests for operations under \assignments\{assignment_id}

func NewWithAssignment_ItemRequestBuilder

NewWithAssignment_ItemRequestBuilder instantiates a new WithAssignment_ItemRequestBuilder and sets the default values.

func NewWithAssignment_ItemRequestBuilderInternal

func NewWithAssignment_ItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WithAssignment_ItemRequestBuilder

NewWithAssignment_ItemRequestBuilderInternal instantiates a new WithAssignment_ItemRequestBuilder and sets the default values.

func (*WithAssignment_ItemRequestBuilder) Accepted_assignments

Accepted_assignments the accepted_assignments property returns a *ItemAccepted_assignmentsRequestBuilder when successful

func (*WithAssignment_ItemRequestBuilder) Get

Get gets a GitHub Classroom assignment. Assignment will only be returned if the current user is an administrator of the GitHub Classroom for the assignment. returns a ClassroomAssignmentable when successful returns a BasicError error when the service returns a 404 status code API method documentation

func (*WithAssignment_ItemRequestBuilder) Grades

Grades the grades property returns a *ItemGradesRequestBuilder when successful

func (*WithAssignment_ItemRequestBuilder) ToGetRequestInformation

ToGetRequestInformation gets a GitHub Classroom assignment. Assignment will only be returned if the current user is an administrator of the GitHub Classroom for the assignment. returns a *RequestInformation when successful

func (*WithAssignment_ItemRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *WithAssignment_ItemRequestBuilder when successful

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL