mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-01-10 12:05:40 +00:00
add links to request simulator, google group
This commit is contained in:
parent
8c0345404a
commit
e26c446e8a
@ -2,6 +2,14 @@ id: community
|
|||||||
title: Community
|
title: Community
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<h4>Discussion Forum</h4>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
For general discussion, questions, or feedback about EnvayaSMS, use the public forum at
|
||||||
|
<a href='http://groups.google.com/group/envayasms'>groups.google.com/group/envayasms</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<h4>Contribute to EnvayaSMS</h4>
|
<h4>Contribute to EnvayaSMS</h4>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -33,6 +41,6 @@ Facebook: <a href='http://facebook.com/envaya'>Envaya</a>
|
|||||||
<h4>Email</h4>
|
<h4>Email</h4>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
To contact the EnvayaSMS developers, email <a href='sms-developers@envaya.org'>sms-developers@envaya.org</a>.
|
To contact the EnvayaSMS developers privately, email <a href='sms-developers@envaya.org'>sms-developers@envaya.org</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -16,6 +16,17 @@ EnvayaSMS by implementing code in accordance with the API reference below.
|
|||||||
We encourage you to contribute new libraries and example code back to the EnvayaSMS project!
|
We encourage you to contribute new libraries and example code back to the EnvayaSMS project!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h3>Testing Your Implementation</h3>
|
||||||
|
<p>
|
||||||
|
The <a href='https://raw.github.com/youngj/EnvayaSMS/master/server/php/example/www/test.html'>EnvayaSMS Request Simulator</a>
|
||||||
|
is a standalone HTML file that allows you to simulate EnvayaSMS's HTTP requests entirely in your browser via JavaScript.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Just copy the HTML file somewhere on your site, and open it in a web browser. The URL of the EnvayaSMS Request Simulator
|
||||||
|
must be on the same domain as the Server URL.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
HTTP Request Format
|
HTTP Request Format
|
||||||
</h3>
|
</h3>
|
||||||
|
@ -41,6 +41,21 @@ The following steps explain how to set up EnvayaSMS on an Android Virtual Device
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
<h3>EnvayaSMS Request Simulator</h3>
|
||||||
|
<p>
|
||||||
|
The <a href='https://raw.github.com/youngj/EnvayaSMS/master/server/php/example/www/test.html'>EnvayaSMS Request Simulator</a>
|
||||||
|
is a standalone HTML file that allows you to simulate EnvayaSMS's HTTP requests entirely in your browser via JavaScript.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
This may be helpful when developing and testing your server implementation. For example, you could write automated
|
||||||
|
tests in Selenium that use EnvayaSMS Request Simulator to make sure that your server implementation works correctly.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
To use EnvayaSMS Request Simulator, just copy the HTML file somewhere on your site, and open it in a web browser.
|
||||||
|
The URL of the EnvayaSMS Request Simulator must be on the same domain as the Server URL.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3>Using a Real Phone with a Development Server</h3>
|
||||||
<p>
|
<p>
|
||||||
Of course, you can also test EnvayaSMS by connecting a real Android phone to your development web server.
|
Of course, you can also test EnvayaSMS by connecting a real Android phone to your development web server.
|
||||||
For more information, see the <a href='/faq/#q_tunnel'>FAQ</a>.
|
For more information, see the <a href='/faq/#q_tunnel'>FAQ</a>.
|
||||||
|
@ -42,6 +42,14 @@
|
|||||||
<h2>Community</h2>
|
<h2>Community</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<h4>Discussion Forum</h4>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
For general discussion, questions, or feedback about EnvayaSMS, use the public forum at
|
||||||
|
<a href='http://groups.google.com/group/envayasms'>groups.google.com/group/envayasms</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<h4>Contribute to EnvayaSMS</h4>
|
<h4>Contribute to EnvayaSMS</h4>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -73,7 +81,7 @@ Facebook: <a href='http://facebook.com/envaya'>Envaya</a>
|
|||||||
<h4>Email</h4>
|
<h4>Email</h4>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
To contact the EnvayaSMS developers, email <a href='sms-developers@envaya.org'>sms-developers@envaya.org</a>.
|
To contact the EnvayaSMS developers privately, email <a href='sms-developers@envaya.org'>sms-developers@envaya.org</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
@ -56,6 +56,17 @@ EnvayaSMS by implementing code in accordance with the API reference below.
|
|||||||
We encourage you to contribute new libraries and example code back to the EnvayaSMS project!
|
We encourage you to contribute new libraries and example code back to the EnvayaSMS project!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h3>Testing Your Implementation</h3>
|
||||||
|
<p>
|
||||||
|
The <a href='https://raw.github.com/youngj/EnvayaSMS/master/server/php/example/www/test.html'>EnvayaSMS Request Simulator</a>
|
||||||
|
is a standalone HTML file that allows you to simulate EnvayaSMS's HTTP requests entirely in your browser via JavaScript.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Just copy the HTML file somewhere on your site, and open it in a web browser. The URL of the EnvayaSMS Request Simulator
|
||||||
|
must be on the same domain as the Server URL.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
HTTP Request Format
|
HTTP Request Format
|
||||||
</h3>
|
</h3>
|
||||||
|
@ -81,6 +81,21 @@ The following steps explain how to set up EnvayaSMS on an Android Virtual Device
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
<h3>EnvayaSMS Request Simulator</h3>
|
||||||
|
<p>
|
||||||
|
The <a href='https://raw.github.com/youngj/EnvayaSMS/master/server/php/example/www/test.html'>EnvayaSMS Request Simulator</a>
|
||||||
|
is a standalone HTML file that allows you to simulate EnvayaSMS's HTTP requests entirely in your browser via JavaScript.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
This may be helpful when developing and testing your server implementation. For example, you could write automated
|
||||||
|
tests in Selenium that use EnvayaSMS Request Simulator to make sure that your server implementation works correctly.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
To use EnvayaSMS Request Simulator, just copy the HTML file somewhere on your site, and open it in a web browser.
|
||||||
|
The URL of the EnvayaSMS Request Simulator must be on the same domain as the Server URL.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3>Using a Real Phone with a Development Server</h3>
|
||||||
<p>
|
<p>
|
||||||
Of course, you can also test EnvayaSMS by connecting a real Android phone to your development web server.
|
Of course, you can also test EnvayaSMS by connecting a real Android phone to your development web server.
|
||||||
For more information, see the <a href='/faq/#q_tunnel'>FAQ</a>.
|
For more information, see the <a href='/faq/#q_tunnel'>FAQ</a>.
|
||||||
|
Loading…
Reference in New Issue
Block a user