Embed presentation
Download to read offline


















































![JSON Example{"key_val_example": "value","array_example": ['array item 1','array item 2',],"object_example": {"key1": "value1","key2": "value2"}}Art by starline at https://www.freepik.com/starlineXML Example<example><field>Value</field><secondField>Value</secondField><nestedExample><nestedField>Value</nestedField><nestedSecondField>Value</nestedSecondField></nestedExample></example>](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2funderstandingapis-240126232039-1988311a%2f75%2fUnderstanding-APIs-pptx-introduction-chk-51-2048.jpg&f=jpg&w=240)






















The document discusses APIs and RESTful APIs. It defines an API as an interface that allows computers to communicate with each other, and compares it to a waiter relaying orders between the kitchen and customers. RESTful APIs use HTTP requests like GET, POST, PUT, and DELETE to perform CRUD (create, read, update, delete) operations on resources identified by URLs. Most APIs use API keys for authentication and return responses in JSON or XML format along with HTTP status codes.


















































![JSON Example{"key_val_example": "value","array_example": ['array item 1','array item 2',],"object_example": {"key1": "value1","key2": "value2"}}Art by starline at https://www.freepik.com/starlineXML Example<example><field>Value</field><secondField>Value</secondField><nestedExample><nestedField>Value</nestedField><nestedSecondField>Value</nestedSecondField></nestedExample></example>](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2funderstandingapis-240126232039-1988311a%2f75%2fUnderstanding-APIs-pptx-introduction-chk-51-2048.jpg&f=jpg&w=240)





















