REST API – Testing
So, you’ve written a REST API that handles the following request methods:
GET
POST
DELETE
PUT
Now, you want to test them. I’ve found two great clients in order to test your REST APIs.
POSTER (for users of firefox) AND Simple REST Client
Happy RESTing !