Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.14 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.14 KB

BuiltWith C# Client SDK

Provides a C# client SDK providing functions to access the BuiltWith API. .NET Core

Getting Started

BuiltWith.BuiltWithClient.Init ( "YOUR_API_KEY" );
BuiltWith.Objects.v14.DomainAPI domain = BuiltWith.BuiltWithClient.GetDomain ( "example.com" );

Get your API key by creating a free account at BuiltWith and visiting https://api.builtwith.com

Installing

Download and build or

dotnet add package BuiltWith

https://www.nuget.org/packages/BuiltWith/

Supported Endpoints

Dependencies

  • .NETStandard 2.0
  • Newtonsoft.Json (>= 12.0.3)

Licence

MIT

Authors

Gary Brewer