Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

interact with external API (rails course)

so far you have the course of Build rails API, this course teaches how to build an API in our rails app, but would be nice too how to interact with third party API from our rails app, how to make the requests, and all that, maybe a course integrating a service to rails app would be great.

1 Answer

Roberto Alicata
PLUS
Roberto Alicata
Courses Plus Student 39,959 Points

I suggest to start consuming APIs from Rails with the client gem HTTParty and choose a popular service (like Twitter of Flickr) that have a great documentation about their APIs.