max_exchange_api 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- data/README.md +6 -1303
- data/docs/README.api_v2.md +610 -0
- data/docs/README.api_v3.md +759 -0
- data/lib/max_exchange_api/private_v3/sub_account_api.rb +1 -1
- data/lib/max_exchange_api/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9883e4c73dc36f515dc4e27489443c9f8eb800cc6315645b144822a1f178cd5
|
|
4
|
+
data.tar.gz: d49d951b9a9d8b5c81896d3fedb7986aa94bab9f0a4ed37679ec5e5acc7b9b17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45d18c83d42b2c7f77b45ba0107537764b6812c8871a275edf03dac0e636385ddf707266b388afe39ad5638d8647e31325a1a035a4fa479f6e3438ae8460540e
|
|
7
|
+
data.tar.gz: 742dd37d43359f426e7ac4184438d46faf785fdc14ad6da5f2fd66d50a04d995868b40496813b988c4a53ac2f05234afba92f43548f2c2e8c6ebb9b949a1cf1e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
## Change Log
|
|
2
2
|
|
|
3
|
+
### [upcoming](https://github.com/khiav223577/max_exchange_api/compare/v2.0.0...HEAD) 2026/05/08
|
|
4
|
+
- [#17](https://github.com/khiav223577/max_exchange_api/pull/17) Fix: missing params for get sub_accounts API (@khiav223577)
|
|
5
|
+
|
|
6
|
+
### [v2.0.0](https://github.com/khiav223577/max_exchange_api/compare/v1.4.0...v2.0.0) 2026/04/14
|
|
7
|
+
- [#16](https://github.com/khiav223577/max_exchange_api/pull/16) Support sub-accounts API (@khiav223577)
|
|
8
|
+
- [#15](https://github.com/khiav223577/max_exchange_api/pull/15) Support V3 API (@khiav223577)
|
|
9
|
+
|
|
10
|
+
### [v1.4.0](https://github.com/khiav223577/max_exchange_api/compare/v1.3.0...v1.4.0) 2025/10/11
|
|
11
|
+
- [#13](https://github.com/khiav223577/max_exchange_api/pull/13) FEATURE: Support v3 available loan amount API (@khiav223577)
|
|
12
|
+
- [#14](https://github.com/khiav223577/max_exchange_api/pull/14) FIX: The Code Climate API was disabled on July 18th, 2025. (@khiav223577)
|
|
13
|
+
|
|
3
14
|
### [v1.3.0](https://github.com/khiav223577/max_exchange_api/compare/v1.2.0...v1.3.0) 2021/11/29
|
|
4
15
|
- [#12](https://github.com/khiav223577/max_exchange_api/pull/12) Support Ruby 3.0 (@khiav223577)
|
|
5
16
|
- [#11](https://github.com/khiav223577/max_exchange_api/pull/11) Add user agent to headers (@khiav223577)
|