Skip to content

builtwith/BuiltWith-C-Client-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages