Skip to content

Short links #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
db3d800
remove products, auth by password
Jul 1, 2016
5aae30d
remove money_transfer
Jul 1, 2016
24369da
added CouponsCategories
Jul 1, 2016
7253774
Added Landings resource
Jul 2, 2016
1ce921f
remove pagination from CouponsCategories.getOne
Jul 2, 2016
47c4dbe
Remove money transfer from README
Jul 4, 2016
20c6315
new author email and name ;)
Jul 4, 2016
8646df3
move sanitize_fields to Item
Jul 4, 2016
8c0bdb8
added OptCodes
Jul 4, 2016
23a3028
added News
Jul 4, 2016
a095920
Added DepplinksManage
Jul 4, 2016
6915a49
Added LinksValidator
Jul 4, 2016
1d0ccd2
setup.py, tests, LICENSE.txt
Jul 4, 2016
e0327c2
fix bug in `sanitize_integer_value`
Jul 17, 2016
74e35d0
fix statuses for optcodes
Jul 17, 2016
7e02855
added OfferStatusOptCodesManager, ActionOptCodesManager
Jul 17, 2016
801cea9
send files via transport
Jul 17, 2016
2685256
added LostOrders, LostOrdersManager
Jul 17, 2016
fd542ce
debug argument for get_oauth_client
Jul 17, 2016
b146c4d
fix tests
Jul 17, 2016
9fff575
update and add new items, remove deprecated code
Oct 3, 2016
19b2df8
fix indent, rename param advcampaign -> campaign
Oct 3, 2016
0a95849
fix README example
Oct 3, 2016
f7f0eda
update setup.py
Oct 4, 2016
8625389
improve resources
Oct 13, 2016
a6e6a6b
Update README.md
Oct 4, 2016
485d09a
rename lib pyadmitad => admitad
Nov 4, 2016
26f4d57
update to v1.1
Nov 8, 2016
ffccce8
fix setup.py folder error
Nov 8, 2016
a3a321c
v1.1.1
Nov 8, 2016
1037556
fix request data bug with PUT and DELETE
Jun 5, 2017
f84ba66
add LostOrders appeal_id and appeal_status
Jun 5, 2017
ec7ba74
add tests and examples
Jun 5, 2017
f0daf3d
v1.2.0
Jun 5, 2017
8b5875f
Merge pull request #2 from admitad/develop
admitad-dev Jun 5, 2017
7cd1d2a
change link to travis label
Aug 15, 2017
9981312
deleted arecord functionlality
mihailad Oct 26, 2017
b0336b2
deleted arecord from readme file
mihailad Oct 27, 2017
a8179ee
Merge pull request #3 from mihailad/master
admitad-dev Oct 30, 2017
260501c
Add short links
Feb 10, 2022
64dc667
Add short_links
Feb 10, 2022
d9c88eb
SubID blank true
Feb 10, 2022
9cb2c64
Add readme and search param to coupon
Feb 15, 2022
2b10e47
Fix readme
Feb 15, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: python
python:
- 2.7.11
- 3.5
script: python setup.py test
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) [2016] [Raman Barkholenka]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading