Closed mjablecnik closed 2 months ago
Hello, I will go by points:
Ok, so I will wait then you release version 1.0.0 Do you have some expectation when it could be? :)
I would like to fully release it at the end of october probably. But after some of the biggest changes I will release some pre-release versions 😃
Ok, when you will have ready 1.0.0 in beta stage, I will try it and test it. I would like to use Serinus in some my future projects but I want to work with stable well tested version. :)
I will close this issue for now. But feel free to reopen it. 😁
Hello, I compare serinus with shelf and I have this question: Does Serinus support parsing parameter from path similar as shelf_router:
Where you can have user variable added into method.
In Serinus documentation I see that I have to write
context.params['name']
for access to params:And also parsing object from body of POST would be fine to support:
For example when I send this json in body:
It would be good to automatically parse into User class.