Masaki Kawabata Neto

Results 7 comments of Masaki Kawabata Neto

Hi, sorry for delay. I have done this [plunkr](https://plnkr.co/edit/jH3Cmc6Gn9UEjb88bg0w?p=preview). The issue is related to validating. If not set any value to the chosen select the validation do not show a...

Seems that 6xx error codes are not standard. So one option is map a function to throw this error code.

The way I found to solve this is as follow: ``` $admin = new AdminController(); Flight::route('GET /admin/articles/@id', function($id) use ($admin) { $admin->articles($id); }); ``` But seems to be useful if...

Close looking on rest part, the readme.md has correct syntax to make curl calls. But lacks need of a nonce header, or authorization plugin, or from WP 5.6 the use...

I´m working on it and planning to spend some time along this year around it. I have forked from oschwede but he is not interested anymore. If you want I...

Hi, I'm wondering if add an extra param to wp-cli --expiry=10, meaning that token will expire after 10 mins, independent of being used or not. It cam be achieved on...