From a0a04dd66690bd43e03b07f80b82f7201615ae81 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 19 Jun 2013 18:28:22 +0200 Subject: Add the tags to the REST API --- hyperkitty/templates/api.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'hyperkitty/templates/api.html') diff --git a/hyperkitty/templates/api.html b/hyperkitty/templates/api.html index 750c69b..7537381 100644 --- a/hyperkitty/templates/api.html +++ b/hyperkitty/templates/api.html @@ -38,7 +38,7 @@ retrieve the information known about all the mailing-lists.

-
+

Emails /api/email/<list name>/<Message-ID>

Using the address /api/email/<list name>/<Message-ID> you will be able to @@ -49,7 +49,7 @@ retrieve the information known about a specific email on the specified mailing-l

-
+

Threads /api/thread/<list name>/<ThreadID>

Using the address /api/thread/<list name>/<Message-ID> you will be able to @@ -60,7 +60,7 @@ retrieve the all the email for a specific thread on the specified mailing-list.

-
+

Search /api/search/<list name>/<field>/<keyword>

Using the address /api/search/<list name>/<field>/<keyword> you will be able to @@ -78,4 +78,15 @@ search for all emails of the specified mailing-list containing the provided keyw

+
+

Tags /api/tag/

+

+Using the address /api/tag/ you will be able to +retrieve the list of tags. +

+

For example: + {% url 'api_tag' %} + +

+
{% endblock %} -- cgit