Skip to content

Instantly share code, notes, and snippets.

@stujo
Created October 20, 2014 16:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stujo/2919cf8f7d26899e56cf to your computer and use it in GitHub Desktop.
Save stujo/2919cf8f7d26899e56cf to your computer and use it in GitHub Desktop.
What Is An API?

#What is an API?

#Overview

  • What is an API?
  • Consumption: Omdbapi Example
  • Providing: PetWorld
  • Challenge Prep
  • Review

#What is an API?

#Consumption: Omdbapi Example

#Providing: PetWorld

#Challenge Prep

#Review

  • API is an Application Programming Interface
  • For Web Applications:
    • JSON reponses
    • SOAP
  • Consumption either Server Side or Client Side
  • Providing: PetWorld
  • Challenge Prep

#Related Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment