Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quip/quip-api
Quip Automation REST API for editing documents, folders, and users
https://github.com/quip/quip-api
Last synced: 3 months ago
JSON representation
Quip Automation REST API for editing documents, folders, and users
- Host: GitHub
- URL: https://github.com/quip/quip-api
- Owner: quip
- License: apache-2.0
- Created: 2014-03-24T02:38:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T21:55:27.000Z (over 1 year ago)
- Last Synced: 2024-02-11T23:36:29.513Z (11 months ago)
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 289
- Watchers: 149
- Forks: 164
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - quip/quip-api
README
Quip Automation API
===================This is the official repository for the [Quip Automation API](https://quip.com/api/).
* [Quip Automation API Reference](https://quip.com/api/reference)
* [Get a Personal Automation API Access Token](https://quip.com/api/personal-token)## Client Libraries
### Official
* [Python](python)
* [node.js](nodejs)### Community
* [node.js](https://github.com/kwent/quip.js) (from [@kwent](https://github.com/kwent))
* [Ruby](https://github.com/jacamat/quip-ruby) (from [@jacamat](https://github.com/jacamat))
* [Go](https://github.com/mduvall/go-quip) (from [@mduvall](https://github.com/mduvall))
* [Elixir](https://github.com/mmartinson/e_quip) (from [@mmartinson](https://github.com/mmartinson))
* [Java](https://github.com/kenichi-ando/quip-api-java) (from [@kenichi-ando](https://github.com/kenichi-ando))## Sample Apps
### Official
* [`baqup`](samples/baqup): Exports all of your Quip folders, documents and messages to a local directory. _Python on the command line_
* [`twitterbot`](samples/twitterbot): Post Twitter messages to a Quip thread via the Twitter streaming API. _Python on the command line_
* [`webhooks`](samples/webhooks): Inbound [Webhook](http://en.wikipedia.org/wiki/Webhook) support for posting GitHub, Crashlytics, PagerDuty and other service notifications to threads. _Python on App Engine_
* [`wordpress`](samples/wordpress): Publish Quip documents to [WordPress](http://wordpress.org/). _Python on the command line_
* [`websocket`](samples/websocket): Receive messages from Quip in real time. _Python on the command line_