Alex
Alex

Reputation: 7688

Build custom RESTful API or use apify?

I just was assigned the task to implement an API service for a developed web app, and I was advised to check out apify before starting to write code to build a custom api.

The app is built on Laravel, so, what do you advice? Should I go for apify? Will I save that much time and work?

Upvotes: 0

Views: 668

Answers (1)

Leprosy
Leprosy

Reputation: 1135

Are you implementing a RESTful API? If you are using Laravel,perhaps this bundle is what you need - http://bundles.laravel.com/bundle/rest_service_api

Also, take a look here - http://laravel.com/docs/controllers#restful-controllers

Upvotes: 1

Related Questions