Skip to content

Diffbot Client Library for .NET - helps to extract article information (title, date, author, preview image etc.) for articles and blog posts with the Diffbot.com service.

License

isabella232/Diffbot

 
 

Repository files navigation

Diffbot Client Library for .NET

This project provides a client library that make it easy to access Diffbot API with .NET.

Usage Sample

using Diffbot.Client;

var diffbot = new DiffbotClient("<your api key>");
var article = await diffbot.GetArticle("<web page url>");

Source Code

https://github.com/KriaSoft/Diffbot

Credits

Developed by Konstantin Tarkus (@koistya), KriaSoft.

License

This project is licensed under the Apache License 2.0. Refer to LICENSE.txt for more information.

Feedback

Have questions or need help? Email me at hello@tarkus.me.

About

Diffbot Client Library for .NET - helps to extract article information (title, date, author, preview image etc.) for articles and blog posts with the Diffbot.com service.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%