Skip to content

Commit

Permalink
Added some notes for future development to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalatero committed May 9, 2010
1 parent b010b6e commit 5cb2584
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Expand Up @@ -125,6 +125,14 @@ Error Handling
* All serial (blocking) methods will simply raise an error if anything wrong happens. You just need to `rescue` said error.
* When interacting with Hydra requests, the block you pass to it will receive an error to it if any error was caught during the `handler`'s run. You need to check for the error in your block and handle it there.

Known Issues to Solve
---------------------
* Given this DSL, how does one document the API methods they implement using it?

Example Projects using monster_mash
-----------------------------------
* http://github.com/dbalatero/alchemy_api

Note on Patches/Pull Requests
-----------------------------

Expand Down

0 comments on commit 5cb2584

Please sign in to comment.