Skip to content

w15/mashape_prac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up an API from mashape

  1. Go to mashape.com and sign up with Github
  2. Search for an API and click into it's show page
  3. One the right side of the page, click Ruby to get to the Ruby example code
  4. Paste the code into your app, most likely a model file or a controller action
  5. Remove your API key and set it as an evironment variable
  6. Include the 'unirest' gem in your gemfile
  7. Pull out the response body with "response.body"
  8. That's it, you're good to go!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published