Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

katabame/Csh7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PROJECT IS DEPRECATED!!

PUBLISHED UNDER THE WTFPL, DO ANYTHING WHAT YOU WANT.

Csh7

Cs + Push7 = Csh7

Csh7 is very simple Push7 library for C# users.

This project is not official!

Usage

Using with Client()

using Csh7;

Push7.Client(string appNumber, string apiKey);

Push7.GetInfo(string datakey); // Get Application Info

Push7.Push(string title, string content, string iconURL, string URL); // Create Push

little more real example

using Csh7;

Push7.Client("12831738", "219182s390138")

Push7.GetInfo("name");
// will return specified key value or any exception.

Push7.Push("Example Push", "This is test push.", "https://example.com/icon.png", "https://example.com");
// will return pushid or any exception.

for get more infomation about push7 API, please go here!

NuGet

PM> Install-Package Csh7

NuGet Gallery

Special Thanks

Releases

No releases published

Packages

No packages published

Languages