inesita-rb / inesita

Frontend web application framework in Ruby using Opal.
https://inesita.fazibear.me/
MIT License
259 stars 15 forks source link

Inesita and a RESTful API? #4

Closed karimmtarek closed 9 years ago

karimmtarek commented 9 years ago

Is there an example on how to hook Inesita with an API?

fazibear commented 9 years ago

Good point. Right now there is no any example how to use it with REST api. Let me create one :)

karimmtarek commented 9 years ago

Thanks :+1: Please let me know if you need help, I would like to get involved in the project :)

rubyistdotjs commented 9 years ago

:+1: I was wondering the same thing when I discovered this project yesterday.

fazibear commented 9 years ago

Hey, just updated example app with simple xhr request within store, checkout https://github.com/inesita-rb/playground. Hope you enjoy it.

karimmtarek commented 9 years ago

Thanks :+1: