Since February is the month of love - here's some developer love from our friendly developer friends. First up, let's check out Kat Pe's smart-devnet repository (this code snippet from: https://github.com/bridgeutopia/smart_devnet/blob/master/lib/smart_devnet.rb):
https://gist.github.com/pageman/5012273
Of course this was originally smart_devnet_lite which as Kat describes as:
"A Ruby wrapper that uses curl for the REST API of SMART Developer Network. We recommend using the SMART Devnet gem because of its apparent advantages when it comes to returning parsed response for each request. This just exist for prefer something faster. The difference is trivial."
Here's an excerpt from https://github.com/bridgeutopia/smart_devnet_lite/blob/master/lib/smart_devnet_lite.rb
https://gist.github.com/pageman/5012424
Why is there a lite version? Bryan Bibat proposed to use HTTParty vs. curl so now you can pick which version you want.
Iyanksi has another Ruby Wrapper here: https://github.com/iyanski/smart-mobile
A direct port to Python of Kat Pe's wrapper was created by Mark Steve Samson https://github.com/marksteve/python-smart-devnet
You can compare Mark's wrapper with Raffy Quinto's version https://github.com/raffyquinto/SmartAPI.RESTConnection.Python
And if you're into Java here's https://github.com/raffyquinto/SmartAPI.RESTConnection.Java