Skip to content

leonik375/BuiltWith-C-Client-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

About

BuiltWith C# Client API on Nuget

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%