Skip to content

short-pixel-optimizer/shortpixel.net

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages