0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-06-02 16:59:41 +02:00

fix line length

This commit is contained in:
Robert Kaussow 2020-04-14 21:36:37 +02:00
parent a9a4cf43c8
commit 0c8bf971a5

View File

@ -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.