Modify an etherpad instance with command line tool

170 views Asked by At

Most instances of Etherpad accept setting the entire file by uploading an HTML file. Is there a way to automate this process with a command line tool such as cURL ?

1

There are 1 answers

2
zzkt On

You can use the HTTP API to create or change the content of a pad. There are several client libraries available.