Philipp Fehre
Philipp Fehre
That sounds like a good idea, so I would suggest moving the swagger.js file to a extensions folder, and make its loading configurable maybe passing something like this on the...
There has been work going on to use express in #33 and the branch express-canned but looking over this I'm not sure if the dependency to express adds that much....
(lets move the discussion to the pull request so I can comment on code :) )
Sounds good, I would follow you approach of using 'special' files like `404.json` for this. Wondering if there is a way to support multiple formats like xml, html, and json....
Sounds good if you care to write something up would be great!
Ok a couple of things, that should be made clearer for sure: to reach `_search.get.json` one would call `curl http://localhost:3000/search` the _ is just an indicator that this is not...
I just found this and also http://web.archive.org/web/20100501115556/http://le-depotoir.googlecode.com/svn/trunk/misc/clock_gettime_stub.c which tries to provided a version of monotonic clocks on OSX, what do you think about using something like this gettime_stub on OSX...
@mbroadst I tried with the stub back when I commented but only compile and made some more changes I think to actually get it to compile not sure what I...
I am not really fluent in elixir yet but will give it a shot, just wanted to let you know somebody is working on this now :)
Just trying to wrap my head around it, is this the way you would like to go or am I completly of track?