POSTMAN Client

POSTMAN Client

Using Postman:

Postman is a software for testing API(REST)
It supports the following:
  • GET
  • POST
  • PUT
  • DELETE
  • OPTIONS
It requires three parameters,
  1. method_type
  2. destination_url ( the url which includes the server name)
  3. port no
  4. return type
The return type is either XML or JSON or text

Comments

Popular posts from this blog

Parallel Database design, query processing

Apache Hadoop Prerequisites and Installation

Starting with Apache Hadoop