-
개발 일정이 빠듯한 경우 테스트 코드 작성이 참 쉽지 않은 것 같습니다.
그런 경우 AI 를 활용해보는 것도 좋은 것 같습니다. 요새는 테스트 코드도 잘 짜주네요
_Originally posted by @MinhoLee93 in https://github.com/bithumb-study/study-unit-testi…
-
### Operating System
Windows 11
### Programming Languages
JavaScript
### CCXT Version
4.4.14
### Description
## Type mismatch:
```typescript
import { version, exchanges } from 'ccxt'; // exch…
-
Hi,
It seems that a `cancel all orders` functionality is available in the bithumb client but not included in the API docs. Is this functionality available? Thank you for your time.
-
hi,team
Do you have a detailed guidance document on how to create an API on a web page?
Can you send an email to my mailbox?
thanks!
E-mail:38082437@qq.com
-
BTC 시장의 매수/매도 API를 호출하면 다음과 같은 에러가 출력된다.
```python
b = Bithumb(con_key, priv_key)
result = b.buy_limit_order("XRP", 0.00000909, 22, payment_currency="BTC")
print(result)
```
```text
{'status…
-
Failed signature, when I send cmd authKey
-
@godlikers Can you please let me know how to subscribe any pair here -
I am doing something like this -
wss://global-api.bithumb.pro/message/realtime
ws.send(`subscribe:ORDERBOOK:BTC-USDT`)
…
gj315 updated
4 years ago
-
hi there, I have a issue when I try to make POST request to (https://global-openapi.bithumb.pro/openapi/v1) using JavaScript
first of all I get some params
```
var api = "3e552699dccebd747936c…
-
Here is LUNA-USDT's websocket order book:
```
2020/02/20 08:19:17 {"code":"00006","data":{"b":[["0.2182000000","39.300000"],["0.2180000000","2237.000000"],["0.2178000000","34.520000"],["0.2175000000…
-
정말 중요한 내용이라고 생각해요.
개인적인 입장에서는 단위테스트를 작성한다는 것과 조직 또는 팀에서 단위테스트를 작성한다는 것은 차이가 엄청 크다고 생각합니다.
- 개인적인 입장에서 단위 테스트
- 테스트 케이스 / 코드 작성
- 조직 또는 팀에서 입장에서 단위 테스트
- 테스트 코드 컨벤션
- 테스트 케이스 / 코드 작성
…