Learn how to get the most out of using Postman and how to format your HTTP requests. Jennifer will demonstrate ways to use postman and go through examples from some of the most popular APIs.
programming, an application programming interface (API) is a set of routines, protocols, and tools for building software and applications. An API expresses a SW component in terms of its operations, inputs, outputs, and underlying types, defining functionalities that are independent of their respective implementations, which allows definitions and implements to vary without compromising the interface.
data from a server POST Create new resources on the server PUT Update a resource that already exist on the server DELETE Delete a resource on the server
API Resources Postman SoFware hGps://www.getpostman.com/ HTTP Verbs Overview hGp://www.restapitutorial.com/lessons/hGpmethods.html Catalog of 14K+ APIs hGp://www.programmableweb.com/ Building your API Blueprint hGps://www.mulesoF.com/lp/ebook/api/building-api-blueprint 01 02 03