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