Skip to content

kataras12/sdk-dotnet

 
 

Repository files navigation

sdk-dotnet

Build Status MIT licensed

This is the base client for interacting with UKFast APIs from .NET applications targetting .NET Standard 2.0.

We strongly recommend against using this client directly, and instead using UKFast .NET SDKs available on Github here

Basic usage

Whilst it's recommended to use the available SDKs as mentioned above, direct usage of the client is possible. You should refer to the Getting Started section of the API documentation before proceeding below

First, we'll instantiate an instance of UKFastClient:

using UKFast.API.Client;

UKFastClient client = new UKFastClient(new ClientConnection("yourapikeyhere"));

And away we go:

var zone = await client.GetAsync<dynamic>("/safedns/v1/zones/ukfast.co.uk");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%