mirror of
https://github.com/socialwifi/RouterOS-api.git
synced 2025-08-30 22:59:55 +02:00
orthography
parent
9ae1b304ab
commit
51d0e0181f
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
|||
### Example
|
||||
`list_queues = api.get_resource('/queue/simple') `
|
||||
|
||||
### show all elements
|
||||
### Show all elements
|
||||
`list_queues.get()`
|
||||
|
||||
## add rules
|
||||
## Add rules
|
||||
|
||||
`list.add(atrribute="vale", atribute_n="value")`
|
||||
|
||||
|
@ -31,13 +31,13 @@
|
|||
|
||||
`list_queues.set(id="*2", name="jhon")`
|
||||
|
||||
## get element:
|
||||
## Get element:
|
||||
|
||||
`list.get(attribute=value)`
|
||||
### Example:
|
||||
`list_queues.get(name="jhon")`
|
||||
|
||||
## remove element:
|
||||
## Remove element:
|
||||
|
||||
`list.remove(id)`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue