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

PHP Topics | Latest Features | Lesser known Facts | Important for Entrance Exams

Starting with Apache Hadoop