5
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-01-10 04:05:38 +00:00

reorganize server api reference

This commit is contained in:
Jesse Young 2011-09-19 00:41:25 -07:00
parent e436b689f8
commit 4bc1027015
2 changed files with 28 additions and 3 deletions

View File

@ -24,7 +24,7 @@ HTTP Request Format
<h4>Example requests</h4>
<p>
In each of the example requests below, the Server URL is set as <code>http://192.168.70.1:3000/sg/kalsms</code>,
In each of the example requests below, the Server URL is <code style='white-space:nowrap'>http://192.168.70.1:3000/sg/kalsms</code>
and the phone number of the phone with KalSMS is <code>16505551212</code>.
</p>
@ -321,6 +321,16 @@ The Content-Type header should be text/xml, with the content as follows:
<h4>HTTP Response for action=send_status</h4>
Example:
<pre>
HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: 2
OK
</pre>
<p>
The response content is currently undefined and ignored.
The response content for <code>send_status</code> requests is currently undefined and ignored.
HTTP status code 200 signifies success, and anything else signifies failure.
</p>

View File

@ -55,6 +55,11 @@ HTTP Request Format
<h4>Example requests</h4>
<p>
In each of the example requests below, the Server URL is <code style='white-space:nowrap'>http://192.168.70.1:3000/sg/kalsms</code>
and the phone number of the phone with KalSMS is <code>16505551212</code>.
</p>
<p>An incoming SMS from <code>6505551234</code> with message body "test":</p>
<pre>
@ -348,8 +353,18 @@ The Content-Type header should be text/xml, with the content as follows:
<h4>HTTP Response for action=send_status</h4>
Example:
<pre>
HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: 2
OK
</pre>
<p>
The response content is currently undefined and ignored.
The response content for <code>send_status</code> requests is currently undefined and ignored.
HTTP status code 200 signifies success, and anything else signifies failure.
</p>