REST Fest: 3 Things I'm Looking Forward To

I am pretty excited about attending REST Fest this week. I am most looking forward to the following:

Getting together with other API developers
Being able to hang out with other developers who are interested in APIs is definitely the thing I’m most looking forward to. I want to absorb as much information as I can from this event.

Hacking on Frenetic
On the Thursday Hack day I want to play around with the gem Frenetic, https://github.com/dlindahl/frenetic. Right now it’s kinda awkward to use it as a client because it requires a crazy amount of chaining. I would like to be able to knock that down a lot.

api.get(api.description.links.orders.href).body.resources.orders

In addition to getting the previous command shorter, Frenetic doesn’t seem to give you easy accessors to the links that the API returns.

Talking more about Raddocs and RAD
Since I’m going to be giving a 5in5 talk when I attend REST Fest, it’s the perfect opportunity to put Raddocs and RAD in front of other developers faces. I will be giving a modified version of my “cURLin’ for Docs” presentation.

Check out our other articles on Rest Fest:

66 Useful Links from Rest Fest 2014

Rest Fest 2013: 63 Links to Follow Up On

Rest Fest: 3 Things I Learned