abedev / abe

API for Back-End (Haxe, NodeJS and Express)
54 stars 10 forks source link

Link to abe-examples repo from this one (in the README?) #62

Open fullofcaffeine opened 9 years ago

fullofcaffeine commented 9 years ago

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!

fullofcaffeine commented 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 :)

mlms13 commented 9 years ago

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.