We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
haxe build.hxml
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!
The text was updated successfully, but these errors were encountered:
Nevermind, the metadata @:get was missing the :, my bad.
:
It'd still be nice to have a quickstart section on the README, though :)
Sorry, something went wrong.
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.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: