Skip to content

Commit 832311b

Browse files
authored
Merge pull request #70 from JJ-Cro/updateLogo
chore(): update endpoint map logo
2 parents 11223aa + b3aee5a commit 832311b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/endpointFunctionList.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11

22
# Endpoint maps
33

4-
[![connector logo](https://github.com/tiagosiebler/bitget-api/blob/master/docs/images/logo1.png?raw=true)][1]
4+
<p align="center">
5+
<a href="https://www.npmjs.com/package/bitget-api">
6+
<picture>
7+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/tiagosiebler/bitget-api/blob/master/docs/images/logoDarkMode2.svg?raw=true#gh-dark-mode-only">
8+
<img alt="SDK Logo" src="https://github.com/tiagosiebler/bitget-api/blob/master/docs/images/logoBrightMode2.svg?raw=true#gh-light-mode-only">
9+
</picture>
10+
</a>
11+
</p>
512

613
Each REST client is a JavaScript class, which provides functions individually mapped to each endpoint available in the exchange's API offering.
714

0 commit comments

Comments
 (0)