Giter Site home page Giter Site logo

fanglufanglu / jpush-api-csharp-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jpush/jpush-api-csharp-client

0.0 1.0 0.0 889 KB

JPush's officially supported C# client library for accessing JPush APIs. 极光推送官方支持的 C# 版本服务器端 SDK。

Home Page: http://docs.jpush.cn

jpush-api-csharp-client's Introduction

JPush API client library for C Sharp

概述

这是 JPush REST API 的 C# 版本封装开发包,是由极光推送官方提供的,一般支持最新的 API 功能。

对应的 REST API 文档:http://docs.jpush.cn/display/dev/REST+API

环境配置

使用样例

推送样例



   JPushClient client = new JPushClient(app_key, master_secret);
   result = client.sendNotificationAll("notify content");

统计获取样例

    String msg_ids = "1613113584,1229760629,1174658841,1174658641";
    ReceivedResult receivedResult = client.getReceivedApi(msg_ids);

版本更新

Release页面 有详细的版本发布记录与下载。

jpush-api-csharp-client's People

Contributors

zincal8 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.