hristonev / sportmonks-client-bundle

Easily talk to an SportMonks API in PHP
MIT License
14 stars 7 forks source link

filters #5

Open hectorprats opened 6 years ago

hectorprats commented 6 years ago

How can I use filters?

For example: I want to find seasons with name = '2017/2018'.

Is posible?

hristonev commented 6 years ago

Filter that you talk about is not supported in SportMonks API. So this must be your internal logic. You can get season by ID only.

nadiatomane commented 5 years ago

Please, how can I know the ID of the season?

hristonev commented 5 years ago

check docs :) its not feature to API. This bundle is representation of API.