Skip to content

egorras/tinify-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows build Status NuGet license

Tinify API client for .NET

.NET client for the Tinify API, used for TinyPNG and TinyJPG. #Installation Install the API client via NuGet:

PM> Install-Package TinifyApiClient

#Usage Compressing image

var tinifyClient = new TinifyClient("<api_key>");
var shrinkRequest = new ShrinkRequest("<image_url>");
ShrinkResponse shrinkResponse = await tinifyClient.ShrinkAsync(shrinkRequest);

About

.NET client for the Tinify API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages