mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-14 16:50:39 +00:00
fix line length
This commit is contained in:
parent
a9a4cf43c8
commit
0c8bf971a5
@ -170,7 +170,8 @@ class CoreNetworks():
|
||||
but keep in mind that you have to pass a dict not a string. The required
|
||||
filter string will be created automatically.
|
||||
|
||||
Example: params={"type": ["NS", "SOA"]} will result in filter=?type[]=NS&type[]=SOA
|
||||
Example: `params={"type": ["NS", "SOA"]}` will result in
|
||||
`filter=?type[]=NS&type[]=SOA`
|
||||
|
||||
Returns:
|
||||
list: List of matching records.
|
||||
|
Loading…
Reference in New Issue
Block a user