# registerSendMsg

> 用户注册

Latest version **1.0.0** (published 2016-04-22) · 0 weekly downloads

## Install

```sh
npm install registerSendMsg
pnpm add registerSendMsg
yarn add registerSendMsg
bun add registerSendMsg
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-04-22 |
| First published | 2016-04-22 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | zmy |

## Links

- npm: https://www.npmjs.com/package/registerSendMsg
- npm.io page: https://npm.io/package/registerSendMsg

## Dependencies (1)

- [superagent](https://npm.io/package/superagent.md) 1.7.1

## Recent versions

- 1.0.0 (latest) — 2016-04-22

## README

# api

Api - JavaScript client for api
\u7528\u6237\u6CE8\u518C
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.0.0
- Package version: 1.0.0
- Build date: 2016-04-22T02:54:40.370Z
- Build package: class io.swagger.codegen.languages.JavascriptClientCodegen

## Installation

### For [Node.js](https://nodejs.org/)

#### npm

To publish the library as a [npm](https://www.npmjs.com/),
please follow the procedure in ["Publishing npm packages"](https://docs.npmjs.com/getting-started/publishing-npm-packages).

Then install it via:

```shell
npm install api --save
```

#### git
#
If the library is hosted at a git repository, e.g.
https://github.com/YOUR_USERNAME/api
then install it via:

```shell
npm install YOUR_USERNAME/api --save
```

### For browser

The library also works in the browser environment via npm and [browserify](http://browserify.org/). After following
the above steps with Node.js and installing browserify with `npm install -g browserify`,
perform the following (assuming *main.js* is your entry file):

```shell
browserify main.js > bundle.js
```

Then include *bundle.js* in the HTML pages.

## Getting Started

Please follow the [installation](#installation) instruction and execute the following JS code:

```javascript
var Api = require('api');

var api = new Api.DefaultApi()

var phone = "phone_example"; // {String} \u624B\u673A\u53F7.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.registerSendMsgGet(phone, callback);

```

## Documentation for API Endpoints

All URIs are relative to *http://115.159.113.37:15110/*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*Api.DefaultApi* | [**registerSendMsgGet**](docs/DefaultApi.md#registerSendMsgGet) | **GET** /registerSendMsg | \u6CE8\u518C\u53D1\u9001\u77ED\u4FE1\u9A8C\u8BC1\u7801


## Documentation for Models

 - [Api.ErrorModel](docs/ErrorModel.md)


## Documentation for Authorization

 All endpoints do not require authorization.

---
_Source: https://npm.io/package/registerSendMsg · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
