Skip to content

stujo/ruby-api-github-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consuming APIs

Topics

  • What is an API?
  • curl
  • Code Along with HTTParty
  • Access Tokens
  • Testing API calls

curl

curl -v https://api.github.com/emojis

Code Along

Access Tokens

Optional: Testing code which uses APIs

Summary

  • API is an interface for Applications to use
    • JSON
    • HTTP GET,POST,etc.
    • RESTful routing
  • Tools to poke at APIs
  • Using APIs in your Applications
    • HTTParty in ruby apps
  • Access Tokens
    • Like a Username and Password
    • Identify you as acting on behalf of a specific user
    • Can have specific permissions
    • Can be revoked
    • What OAuth gives you
  • Testing API calls

About

Ruby Demo of Accessing the Github Emoji API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published