socialwifi / RouterOS-api

Python API to RouterBoard devices produced by MikroTik.
MIT License
251 stars 100 forks source link

how to do query with any keyword #76

Open sumariyanto opened 2 years ago

sumariyanto commented 2 years ago

iname=request.POST.get('name') #any keyword

result=apiconnect.get_resource('ppp/secret') listdata=result.get(name=iname) # i want to any keyword "iname this argument with any keyword" how to query filter for name like iname not operation "="

please, thanks