Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 941 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 941 Bytes

ShortPixel API client class for .NET

.NET client for the ShortPixel API, used for ShortPixel ShortPixel optimizes your images and improves website performance by reducing images size. Read more at http://shortpixel.com.

Documentation

Go to the documentation for the PHP client.

Installation

Include the ShortPxel.cs file into your project and also add the Newtonsoft JSON package in your packages.config file:

<packages>
  <package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
</packages>

Get your API Key from https://shortpixel.com/free-sign-up

Usage

Follow the code examples in the Program.cs file.

License

This software is licensed under the GNU General Public License v3.0 License. View the license.