Fetches a list of nests with optional sorting and pagination.
Optionalinclude: IncludeParameters[]Optional include parameters for related resources.
Optionalpagination: PaginationOptionsOptional pagination options.
A promise that resolves to an array of nest attributes.
Fetches a single nest by its ID.
The request data containing the nest ID.
Optionalinclude: IncludeParameters[]Optional include parameters for related resources.
A promise that resolves to the nest attributes.
Module for accessing Pterodactyl nests endpoints. This module provides methods to access nest details, create nests, update nests, etc.