You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website-src/_root/developers.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title : Developers
3
3
layout : default
4
4
description : SMSsync developer documentation
5
-
date : Jun 23, 2014
5
+
date : Nov 11, 2014
6
6
header : <h1>Developers Documentation <small>This shows how to integrate SMSsync into your project.</small></h1>
7
7
---
8
8
<divclass="row">
@@ -205,10 +205,10 @@ <h2>Instructions</h2>
205
205
"95df126b-ee80-4175-a6fb"
206
206
]
207
207
}</pre>
208
-
<p>To send SMS status delivery report back to the server, SMSsync will make a <code>GET ?task=results</code> to the server and should receive a list
208
+
<p>To send SMS status delivery report back to the server, SMSsync will make a <code>GET ?task=result</code> to the server and should receive a list
209
209
of message UUIDs that are waiting to receive delivery reports. The server should send the JSON response below</p>
210
210
<preclass="prettyprint linenums">
211
-
POST /smssync?task=results HTTP/1.1
211
+
POST /smssync?task=result HTTP/1.1
212
212
Host: testserver.local
213
213
214
214
HTTP/1.1 200 OK
@@ -220,9 +220,9 @@ <h2>Instructions</h2>
220
220
"95df126b-ee80-4175-a6fb"
221
221
]
222
222
}</pre>
223
-
<p>Then SMSsync will send delivery reports for the message uuids above as a POST request<code>POST ?task=results</code> with the JSON response below</p>
223
+
<p>Then SMSsync will send delivery reports for the message uuids above as a POST request<code>POST ?task=result</code> with the JSON response below</p>
Copy file name to clipboardExpand all lines: website-src/_root/releases.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title : Releases
3
3
layout : default
4
4
description : SMSsync releases
5
-
date : Jun 23, 2014
5
+
date : Nov 11, 2014
6
6
header : <h1>Releases History <small>This page is about release information for SMSsync. It provides changelogs and version numbers of old releases, and details of current stable and development branches.</small></h1>
Copy file name to clipboardExpand all lines: website-src/_root/screenshot.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title : Screenshots
3
3
layout : default
4
4
description : SMSsync screenshots
5
-
date : Jun 23, 2014
5
+
date : Nov 11, 2014
6
6
header : <h1>Releases History <small>This page is about release information for SMSsync. It provides changelogs and version numbers of old releases, and details of current stable and development branches.</small></h1>
0 commit comments