Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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_