I am using NancyFx to build a web API, but I am facing some problems when getting parameters from the URL.
I need to send, to the API, the request .../consumptions
.../consumptions
You can simply use:
var from = Request.Query.from;