Skip to content

ans-group/sdk-dotnet-registrar

Repository files navigation

sdk-dotnet-registrar

This is the official .NET SDK for UKFast Domains

You should refer to the Getting Started section of the API documentation before proceeding below

Basic usage

To get started, we'll first instantiate an instance of IUKFastRegistrarClient:

IUKFastRegistrarClient client = new UKFastRegistrarClient(new ClientConnection("myapikey"));

Next, we'll obtain an instance of IDomainOperations to perform operations on domains:

var domainOps = client.DomainOperations();

Finally, we'll retrieve all domains using the instance of IDomainOperations:

IList<Domain> domains = await domainOps.GetDomainsAsync();

Operations

All operations available via the SDK are exposed via the client (IUKFastRegistrarClient)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages