necatikartal / symfony-rest-api

This is a REST API build with the use of Symfony Framework and Doctrine ORM.
1 stars 0 forks source link

Warning : This project is under development.

REST API ROUTES:

api_all_users GET ANY ANY /api/users/all.{_format}
api_new_users GET ANY ANY /api/users/{id}/new.{_format}
api_edit_users GET ANY ANY /api/users/{id}/edit.{_format}
api_remove_users GET ANY ANY /api/users/{id}/remove.{_format}
api_get_users GET ANY ANY /api/users/{id}.{_format}
api_default ANY ANY ANY /api/