Skip to content

Commit 58b6e88

Browse files
refactor: removed references to bfx-pay
1 parent 772c2d4 commit 58b6e88

File tree

7 files changed

+3
-422
lines changed

7 files changed

+3
-422
lines changed

bfxapi/rest/_bfx_rest_interface.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
from typing import Optional
22

3-
from bfxapi.rest._interfaces import (
4-
RestAuthEndpoints,
5-
RestMerchantEndpoints,
6-
RestPublicEndpoints,
7-
)
3+
from bfxapi.rest._interfaces import RestAuthEndpoints, RestPublicEndpoints
84

95

106
class BfxRestInterface:
@@ -13,8 +9,4 @@ def __init__(
139
):
1410
self.auth = RestAuthEndpoints(host=host, api_key=api_key, api_secret=api_secret)
1511

16-
self.merchant = RestMerchantEndpoints(
17-
host=host, api_key=api_key, api_secret=api_secret
18-
)
19-
2012
self.public = RestPublicEndpoints(host=host)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
from .rest_auth_endpoints import RestAuthEndpoints
2-
from .rest_merchant_endpoints import RestMerchantEndpoints
32
from .rest_public_endpoints import RestPublicEndpoints

bfxapi/rest/_interfaces/rest_merchant_endpoints.py

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

bfxapi/types/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
BalanceInfo,
44
BaseMarginInfo,
55
Candle,
6-
CurrencyConversion,
76
DepositAddress,
87
DerivativePositionCollateral,
98
DerivativePositionCollateralLimits,
@@ -21,16 +20,11 @@
2120
FundingStatistic,
2221
FundingTrade,
2322
FxRate,
24-
InvoicePage,
25-
InvoiceStats,
26-
InvoiceSubmission,
2723
Leaderboard,
2824
Ledger,
2925
LightningNetworkInvoice,
3026
Liquidation,
3127
LoginHistory,
32-
MerchantDeposit,
33-
MerchantUnlinkedDeposit,
3428
Movement,
3529
Order,
3630
OrderTrade,

0 commit comments

Comments
 (0)