From 6dfd00cdf45c720410a269292633eae46f91c89e Mon Sep 17 00:00:00 2001 From: Pierrick Le Gall Date: Thu, 4 May 2023 18:23:28 +0200 Subject: [PATCH] copy from DokuWiki --- Piwigo-Web-API.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Piwigo-Web-API.md diff --git a/Piwigo-Web-API.md b/Piwigo-Web-API.md new file mode 100644 index 0000000..74bcb4e --- /dev/null +++ b/Piwigo-Web-API.md @@ -0,0 +1,17 @@ +API = Application Programming Interface. This is the way other +applications can communicate with Piwigo. This feature is also know as +*Web Services*. + +Examples: + +- Wordpress (web blog software) can display random photos from a + Piwigo gallery in its sidebar +- Lightroom (photo management software for desktop) can create albums + and upload photos to Piwigo + +This documentation is under construction: not all methods are described +here. You won't have to find methods by yourself in Piwigo source code, +we have a web API browser, distributed in Piwigo itself. On any Piwigo +installation, go to from +your web browser and discover all methods. For example [web API browser +on Piwigo demo](https://demo1.piwigo.com/tools/ws.htm). \ No newline at end of file