Open fullofcaffeine opened 9 years ago
Nevermind, the metadata @:get was missing the :
, my bad.
It'd still be nice to have a quickstart section on the README, though :)
Hey, we actually have a repo of examples but it looks like we're not linking to that repo from the main one anywhere.
Currently there's only one basic example there. If there are specific things you want to see examples for, let us know.
Hey! This looks very interesting, but I'm having a hard time getting a quick test to work. Here's the repo:
https://github.com/fullofcaffeine/abe_test
When trying to compile using
haxe build.hxml
, I get:src/RouteHandler.hx:7: characters 4-12 : Unknown identifier : response
Where should the response object come from?
I quickstart would be nice, by the way. The current README assumes too much prior knowledge with Haxe and the related build tools.
Thanks!