Hi Alessio

> On Jan 15, 2019, at 3:23 AM, Alessio Cecchi (ales...@skye.it) <users@sogo.nu> 
> wrote:
> 
> we are looking for documentation about JSON API of Sogo, we have found only 
> this:
> 
> https://sogo.nu/files/docs/SOGoDevelopersGuide.html#_json_api
> 
> and some examples inside the source code:
> 
> https://github.com/inverse-inc/sogo/blob/18df3bafb5096c123c117d8cf1085d250254f112/UI/MailerUI/UIxMailFolderActions.m#L48
> 
> Where can I find a list of availability API?

We follow the APIDOC syntax (http://apidocjs.com/). Install the apidoc tool and 
generate the documentation yourself:

$ sudo npm install -g apidoc
$ cd sogo.git
$ apidoc -f ".*\\.m" -i UI

And open doc/index.html.


Francis
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to