Skip to content

Commit

Permalink
Doc deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Van Daele committed Apr 19, 2017
1 parent 6a4f63f commit 67cefa2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crabpy/gateway/capakey.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def capakey_gateway_request(client, method, *args):
class CapakeyGateway(object):
'''
A gateway to the capakey webservice.
.. deprecated:: 0.8.0
Will be removed in version `0.9.0`. Please use the :class:`CapakeyRestGateway`.
'''

caches = {}
Expand Down Expand Up @@ -474,6 +477,8 @@ def capakey_rest_gateway_request(url, headers={}, params={}):
class CapakeyRestGateway(object):
'''
A REST gateway to the capakey webservice.
.. versionadded:: 0.8.0
'''

caches = {}
Expand Down

0 comments on commit 67cefa2

Please sign in to comment.