I Need to build Laravel Backend API only for just listening data from pusher server.
I successfully send data to server from my webAPI, and listening from front end.
But I need to build web API without frontend to listening data from server and save it.
What should I do??
or where can I get the example ?
Thank you.
CodePudding user response:
you need to use something like postman for sending requests and testing your APIs.
CodePudding user response:
there is an add-on for VScode (Thunder Client), which is light and does the job