How to consume RESTFul API data? [closed]

0

I watched some video lessons about RESTFul and did one in Laravel 5.4. Now I would like to use a template that I have done in HTML5 + Bootstrap 3 to consume this data, where do I start? What do I need to do?

    
asked by anonymous 21.06.2017 / 22:07

1 answer

1

If you have the running service that returns you data, you need to consume it in some way, you can do it through the language you are using ( PHP ) or via JavaScript in> (doing ajax requests) for example.

    
21.06.2017 / 22:27