Crates.io | open189 |
lib.rs | open189 |
version | 0.1.1 |
source | src |
created_at | 2016-12-27 08:26:45.79414 |
updated_at | 2016-12-28 06:59:47.531581 |
description | A Rust client for the open.189.cn API |
homepage | |
repository | https://github.com/xen0n/open189-rs |
max_upload_size | |
id | 7794 |
size | 25,378 |
A Rust client for the open.189.cn (天翼开放平台) API.
Documentation is available at docs.rs. I might translate all of
the docs to Chinese, as the service is largely useless for anyone outside of
Mainland China, but since the i18n story of rustdoc
isn't really there yet,
I decided to postpone this.
open189-rs
is licensed the same as Rust: dual Apache 2.0 and MIT. See
LICENSE-Apache and LICENSE-MIT for details.
Check out the docs or the examples/
directory to
learn how to use the library. You can send verification codes with SMS to
mobile phones in Mainland China with this library, actually it's almost what the
whole API service is all about. (The API has more features beyond SMS sending,
but people are hardly making use of any of those. That's another story, on how
the Chinese IT industry got so fragmented with so many vendors trying to build
an omni-platform once and for all.)
See CHANGELOG.md for details.