Slide 7
Slide 7 text
© AKAMAI - EDGE 2017
API Usage GET, POST, PUT, JSON, Oh My!
POST
HTTP POST is
used to create a
new item.
GET
HTTP GET is used
to pull information
via the API.
PUT
HTTP PUT is for
updating an
existing item.
No need to worry. The documentation will clearly explain which one to use.
As we work today, please notice that HTTP Method is important in how your application
interacts with Akamai’s APIs.