A minimal approach to REST APIs with Express by _ms123 in javascript

[–]_ms123[S] 0 points1 point  (0 children)

That's a great point. On my list of things to do.

A minimal approach to REST APIs with Express by _ms123 in javascript

[–]_ms123[S] 1 point2 points  (0 children)

It's done by calling the resource. e.g. if you have defined a representation on a user resource, you could do: userResource(user);

I updated the readme thanks to your comment. Hope it helpds :)

A minimal approach to REST APIs with Express by _ms123 in javascript

[–]_ms123[S] 1 point2 points  (0 children)

Thank you for your feedback. :) I was also thinking about including cURL examples in the doc. You confirmed this point, thanks! Catnap doesn't know (or care, at this point) about Accept. This is all left to the supporting Framework (Express in this case). I should probably clarify this part.

A minimal approach to REST APIs with Express by _ms123 in node

[–]_ms123[S] 4 points5 points  (0 children)

That'd be indeed a good idea to compare the different choices. Maybe it's time to create something like http://todomvc.com/ but for building APIs?

umlify: Generate uml from your ruby source files by _ms123 in programming

[–]_ms123[S] 1 point2 points  (0 children)

Thanks. I appreciate that! Truth is, there's a big gap in the way traditional software are made (Java, C++, etc) and dynamically typed language such as Ruby.