Skip to content
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

Drop compability #80

Open
wants to merge 28 commits into
base: use_requests
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
25b757d
Added client renew cookies method
VDigitall Jun 6, 2017
1262b3c
Added methods create..., patch... ...resource_items and new Client Cl…
VDigitall Aug 21, 2017
c3f3e6b
Merge pull request #74 from VDigitall/a410548008763407_patch_resource…
leits Aug 22, 2017
d0a0d7c
Merge branch 'registry' into use_requests
VDigitall Aug 22, 2017
3cb45f0
Merge pull request #75 from VDigitall/use_requests
leits Aug 23, 2017
ca2328a
Added methods create..., patch... ...resource_items and new Client Cl…
VDigitall Aug 21, 2017
eb907e9
WIP: Backup commit
VDigitall Aug 23, 2017
9513f56
Refactored clients
VDigitall Aug 29, 2017
810a9c5
Merge pull request #77 from VDigitall/refactoring_wip
leits Aug 30, 2017
bb12aef
Update README.rst
VDigitall Sep 7, 2017
b1f651d
Update README.rst
VDigitall Sep 7, 2017
e480f03
Add patch method for Assets and Lots clients
Sep 21, 2017
2c9a1eb
Merge pull request #81 from sasha-kantoriz/registry
leits Sep 21, 2017
7225a5e
Update clients
Sep 26, 2017
c243759
Prepare openprocurement_client 2.1+sale.
Nov 6, 2017
ad8b97e
Add acc_token
andrii-shchudlo Dec 12, 2017
9fd8a77
Merge pull request #83 from andrii-shchudlo/a499477900370186_add_acc_…
leits Dec 12, 2017
64b3a51
Update setup.py
Scandie Dec 15, 2017
6d250b6
Merge pull request #84 from Scandie/setup_py
leits Dec 15, 2017
6d7960f
Add patch auction to lot client
May 23, 2018
4207388
Add transfers client and change_ownership method
Jun 7, 2018
ed2a80f
Add patch_milestone for contract client
Jun 15, 2018
b6627b9
Prepare openprocurement_client 2.1.2+sale.
Jun 20, 2018
9e8d644
Mock Session to remove dependency on real sandbox (#94)
oleksiyVeretiuk Jun 21, 2018
2ce6b75
Prepare openprocurement_client 2.1.3+sale.
Jun 21, 2018
d7dc686
Use constant instead of string literal (#95)
bdmbdsm Jun 27, 2018
61c876b
Add support of lot's contract GET & PATCH (#97)
bdmbdsm Jul 6, 2018
1d8a8ed
Prepare openprocurement_client 2.1.4+sale.
Sep 21, 2018
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
3 changes: 1 addition & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[run]
omit =
*tests*
source = openprocurement_client

[report]
omit = *tests*
exclude_lines =
pragma: no cover
def __repr__
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __pycache__/

# Distribution / packaging
.Python
.env/
env/
build/
develop-eggs/
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Reference implementation of a client for OpenProcurement API.

.. |Build Status| image:: https://travis-ci.org/openprocurement/openprocurement.client.python.svg?branch=use_requests
:target: https://travis-ci.org/openprocurement/openprocurement.client.python
.. |Coverage Status| image:: https://coveralls.io/repos/openprocurement/openprocurement.client.python/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/openprocurement/openprocurement.client.python?branch=use_requests
.. |Coverage Status| image:: https://coveralls.io/repos/github/openprocurement/openprocurement.client.python/badge.svg?branch=registry
:target: https://coveralls.io/github/openprocurement/openprocurement.client.python?branch=registry
250 changes: 0 additions & 250 deletions openprocurement_client/api_base_client.py

This file was deleted.

Loading