SouthAfricaDigitalScience / Project-RASR

The repository to contain the work done during the Sci-GaIA Summer Hackfest to build a web interface to ASR template processing.
Apache License 2.0
0 stars 0 forks source link

Consume remote data using RESTful API #21

Open brucellino opened 8 years ago

brucellino commented 8 years ago

This ticket is to resolve how we need to write the code to interact with remote services such as the gLibrary and OAR REST API's in order to construct the data that RASR needs to display its pages.

A good start discussion would be : http://stackoverflow.com/questions/748614/what-is-the-proper-rails-way-to-consume-a-restful-web-service-on-another-domai

The main issue to decide which ruby gem we will be using to write the code to consume and serve remote data.