Skip to content

Commit a8179ee

Browse files
authored
Merge pull request #3 from mihailad/master
deleted arecord functionlality
2 parents 7cd1d2a + b0336b2 commit a8179ee

File tree

4 files changed

+0
-124
lines changed

4 files changed

+0
-124
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -487,16 +487,6 @@ res = client.LostOrdersManager.update(77, appeal_status='resolved')
487487
res = client.LostOrdersManager.delete(77)
488488
```
489489

490-
### Arecords ###
491-
492-
###### List of arecords ######
493-
494-
```python
495-
res = client.Arecords.get()
496-
res = client.Arecords.get(limit=50)
497-
res = client.Arecords.getForWebsite(10)
498-
```
499-
500490
### Retag ###
501491

502492
###### List of retag ######

admitad/items/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from admitad.items.campaigns import *
1515
from admitad.items.optcodes import *
1616
from admitad.items.lost_orders import *
17-
from admitad.items.arecords import *
1817
from admitad.items.retag import *
1918
from admitad.items.broken_links import *
2019
from admitad.items.tickets import *

admitad/items/arecords.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

admitad/tests/test_arecords.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)