Automating API's:
How to automate API testing without using any third party tools?
Thank you in Advance !
Use Java + jUnit. Just send HTTP requests and check their response in your test. To make it all as tests use jUnit framework.