Saturday, January 31, 2015

SMS-REST, EMAIL-REST Proxy

Разработать итрерфейс для sms сообщений который будет перенаправляться в REST-full API

Пример:
REST: some-app/books/find?author='Tolstoy'&name='Voina i Mir'
SMS: some-app.books.find author: Tolstoy name: Voina i Mir

- Use google voice as sms gate.

- Bind phone and app and bind incomming phone with user

- Think how to deal with captchas ? Dbc?

- Use YAML as basic syntax for requests and function data schema defenitions.

-  Response will be sent back to the same number in YAML like format

-  User ruby function call syntax:

E.g:  books.store name: Onegin, author: Pushkin, note: This is a very good book. | I realy liked it.

| - new line symbol.

- Possible use of other sms gateways

- Implement the same for email. same sintax. Bind email and

- Sdelat' mobile app

- Try other sms gates

---------

Try to make watsup-rest proxy, facebook-rest proxy, vk-rest proxy



No comments:

Post a Comment