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
conghan tay
1,836 PointsError :http://blog.teamtreehouse.com/api/getrecentsummary/
This is what I get from the url { "status": "error", "error": "Uknown method 'getrecentsummary'." }
Therefore, I cant get the blog post for the android project
3 Answers
conghan tay
1,836 PointsOk got it! The url provided under the video did not have any underscores and I did not realise there is in the video.
Thanks anyway
Ben Jakuben
Treehouse TeacherYou just need some underscores in "get_recent_summary". Try this:
http://blog.teamtreehouse.com/api/get_recent_summary/?count=20
Ben Jakuben
Treehouse TeacherAh - Markdown fail! Sorry about that. Single underscores make things italic in Markdown, so I had to escape them. It's now fixed. Thanks for the heads up!