Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query completion #4

Open
koriym opened this issue Aug 22, 2018 · 0 comments
Open

Query completion #4

koriym opened this issue Aug 22, 2018 · 0 comments
Assignees
Milestone

Comments

@koriym
Copy link
Member

koriym commented Aug 22, 2018

$resource->get('app://self/weekday', ['year' => 2000, 'month'=>1, 'day'=>1]);
$resource->uri('app://self/weekday', ['year' => 2000, 'month'=>1, 'day'=>1]);
$resource->get->uri('app://self/weekday')(['year' => 2000, 'month'=>1, 'day'=>1]);
$resource->get->uri('app://self/weekday')->withQuery(['year' => 2000, 'month'=>1, 'day'=>1])->request();

Would be great if year , month and day can be completed !

@koriym koriym modified the milestones: 0.5.0, 0.6.0 Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants