An open API service indexing awesome lists of open source software.

https://github.com/graysonchen/tys_client


https://github.com/graysonchen/tys_client

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Tianyi
======
Tianyi api

Install
=======

ruby script/plugin install git@github.com:cgg5207/tys_client.git

Example
=======

Tianyi::Request.new('user.register',{'userName'=>'cgg123','userPass'=>'11111111','userNickName'=>'cgg123'}).invoke
Tianyi::Request.new('user.Activation',{'userId'=>'14','ValidateCode'=>'5949'}).invoke
Tianyi::Request.new('user.login',{'userName'=>'cgg72','userPass'=>'11111111'}).invoke
Tianyi::Request.new('user.getGrowthRulesInfo').invoke