Drahomír Hanák
Drahomír Hanák
There is no checklist of planned features. I will release stable version at some point but this project is rather experimental. Although there are some people using it for real...
Well, I'm a CS student not a professional programmer. I can't guarantee an optimal performance, code design or daily updates. If you'll decide to use it anyway, you'll have to...
This seems to be a great idea. It could be really useful to distinguish between normal and error response.
Yes, its is. The `$code` parameter of sendResource is only used for sending errors.
I'm not going to implement Hypermedia support at this point. However it could be interesting and useful. But it's quite different from other formats. Maybe I'll create an another Nette...
The main purpose of Input factory is to actually parse the request body _using mapper_ (according to Content-Type header). The request body may be in various formats (such as JSON)....
> but we struggle in creation of Input objects, because it seems hard-coded to use HttpRequest. Problem is in `ApiRequestFactory`. I'm using it to be able to override request method....
I was working on it a few days ago but I wasn't satisfied with the result so I deleted whole branch. Therefore it takes me so long to fix this...