Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

Commit

Permalink
Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminoakes committed Apr 23, 2012
1 parent 2d44bf0 commit dd92ed9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CoffeeScript-for-the-Rubyist.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
* He always uses parens
* C'mon, use indentation

* `console?.log` for IE :)

## Discussion

* But what about all the JS you already have? @benjaminoakes
Expand Down
9 changes: 9 additions & 0 deletions Designing-Hypermedia-APIs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
>
> In this talk, Steve will explain how to design your APIs so that they truly embrace the web and HTTP. Just as there's an impedance mismatch between our databases, our ORMs, and our models, there's an equal mismatch between our applications, our APIs, and our clients. Pros and cons of this approach will be discussed, as well as why we aren't building things this way yet.
## Summary

* Rails "doesn't do REST correctly", but don't worry about that too much
* Worry more about coupling
* Make it discoverable
* There's nothing built into XML, JSON, etc. that provides this level of semantics.
* Annotate with links and relations
* Example of "W3Clove" and a microblogging service

## Notes

### @danbernier's notes
Expand Down

0 comments on commit dd92ed9

Please sign in to comment.