I am new to ruby and rails and i need to create an sms application that uses a rest api. (own api and not something like clickatell or so which have gems). I’ve gone through a lot of material and having confused myself entirely am posting on this forum. Basically i need to be able to enter a number and type a message and click on send and the message should go to the number. I have an API key. and the API Url. I am quite confused about where to write the post methods etc/where to do routing – which im guessing in config and other details. Any help or direction would be appreciated.
Share
Still you need to learn some basic rails tutorials.