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

https://github.com/ether/ep_post_data

Post Data to an Etherpad from the CLI
https://github.com/ether/ep_post_data

Last synced: 9 months ago
JSON representation

Post Data to an Etherpad from the CLI

Awesome Lists containing this project

README

          

![Publish Status](https://github.com/ether/ep_post_data/workflows/Node.js%20Package/badge.svg) ![Backend Tests Status](https://github.com/ether/ep_post_data/workflows/Backend%20tests/badge.svg)

# Post data straight to a pad

## Curl example
```
curl -X POST -d @/tmp/xbmc.log http://10.0.0.215:9001/post
```

You can also use the 'x-pad-id' header to define the resulting pad name or it will be randomized. Ex:
```
$ curl -X POST -d @datafile.txt -H 'X-PAD-ID: test123' http://10.0.0.215/post
Pad Created: http://10.0.0.215/p/test123
```

## Limitation
Etherpad Limits imports to 100k Characters