Class PetsClient
- Namespace
- GuildWars2.Pve.Pets
- Assembly
- GW2SDK.dll
Provides query methods for Ranger pets.
public sealed class PetsClient
- Inheritance
-
PetsClient
- Inherited Members
Constructors
- PetsClient(HttpClient)
Initializes a new instance of the PetsClient class.
Methods
- GetPetById(int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a pet by its ID.
- GetPets(Language?, MissingMemberBehavior, CancellationToken)
Retrieves all pets.
- GetPetsByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)
Retrieves pets by their IDs.
- GetPetsByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of pets.
- GetPetsIndex(CancellationToken)
Retrieves the IDs of all pets.