https://github.com/grokify/ringcentral-cli
https://github.com/grokify/ringcentral-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grokify/ringcentral-cli
- Owner: grokify
- License: mit
- Created: 2018-05-19T23:48:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T00:27:24.000Z (about 7 years ago)
- Last Synced: 2024-10-12T00:46:24.365Z (9 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RingCentral API CLI App
[![Build Status][build-status-svg]][build-status-link]
[![Go Report Card][goreport-svg]][goreport-link]
[![Docs][docs-godoc-svg]][docs-godoc-link]
[![License][license-svg]][license-link]## Installation
```
$ go get github.com/grokify/ringcentral/...
```## Usage
```bash
$ ringcentral -u=https://platform.ringcentral.com/restapi/v1.0/account/~/extension/~
```## Related Projects
Related CLI apps
* [`grokify/rchooks`](https://github.com/grokify/rchooks) - RingCentral Webhook
* [`grokify/goheroku`](https://github.com/grokify/goheroku) - Scaffolding for Heroku Go apps[build-status-svg]: https://api.travis-ci.org/grokify/ringcentral.svg?branch=master
[build-status-link]: https://travis-ci.org/grokify/ringcentral
[goreport-svg]: https://goreportcard.com/badge/github.com/grokify/ringcentral
[goreport-link]: https://goreportcard.com/report/github.com/grokify/ringcentral
[docs-godoc-svg]: https://img.shields.io/badge/docs-godoc-blue.svg
[docs-godoc-link]: https://godoc.org/github.com/grokify/ringcentral
[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg
[license-link]: https://github.com/grokify/ringcentral/blob/master/LICENSE.md