1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-20 21:03:08 +00:00

Add another new future call and update build tools

This commit is contained in:
Loic Blot
2016-05-12 23:34:48 +02:00
parent 8da282db98
commit c5519c1dd0
2 changed files with 2 additions and 1 deletions
@@ -397,6 +397,7 @@ public class OCSMSOwnCloudClient {
private static final String OC_V2_GET_PHONELIST = "/index.php/apps/ocsms/api/v2/phones/list?format=json";
private static final String OC_V2_GET_MESSAGES ="/index.php/apps/ocsms/api/v2/messages/[START]/[LIMIT]?format=json";
private static final String OC_V2_GET_MESSAGES_PHONE ="/index.php/apps/ocsms/api/v2/messages/[PHONENUMBER]/[START]/[LIMIT]?format=json";
private static final String OC_V2_GET_MESSAGES_SENDQUEUE = "/index.php/apps/ocsms/api/v2/messages/sendqueue?format=json";
private static final String TAG = OCSMSOwnCloudClient.class.getSimpleName();