You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As for the JSON API, filtering countries is a useful feature.
Describe the solution you'd like
Add an optional where() statement to the SQL query for the API of api/v1/proxies, its potential URL param is countries and it should support multi-countries in the query. In addition, only country code is supported, for example:
CN
US
GB
Describe alternatives you've considered
None, at present.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As for the JSON API, filtering countries is a useful feature.
Describe the solution you'd like
Add an optional
where()
statement to the SQL query for the API ofapi/v1/proxies
, its potential URL param iscountries
and it should support multi-countries in the query. In addition, only country code is supported, for example:CN
US
GB
Describe alternatives you've considered
None, at present.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: