Table of Contents

Struct GetReleasesSettings

Namespace
Exiled.Loader.GHApi.Settings
Assembly
Exiled.Loader.dll

An asset containing all settings to be used when getting releases.

public readonly struct GetReleasesSettings
Inherited Members
Extension Methods

Constructors

GetReleasesSettings(byte, uint)

Initializes a new instance of the GetReleasesSettings struct.

public GetReleasesSettings(byte perPage, uint page)

Parameters

perPage byte
page uint

Fields

Page

The page.

public readonly uint Page

Field Value

uint

PerPage

The amount of results per page to be shown.

public readonly byte PerPage

Field Value

byte

Methods

Build()

Builds the query.

public string Build()

Returns

string

A query containing the specified settings.