How to consume data from the Restful API?

Asked

Viewed 242 times

0

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

1 answer

1


If you have the service running that returns the data, you need to consume it somehow, you can do it through the language you are using (PHP) or via Javascript (making ajax requests) for example.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.