Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 클린코드
- Bandit Level 6
- Law of Demeter
- 나선형 모형
- 폭포수 모형
- was SQLRecoverableException
- java.sql.SQLRecoverableException
- table scan
- Bandit Level 6 → Level 7
- 시스템 파악 정리
- 프로토타입 모형
- 시스템 파악
- was버그
- springboot
- 디미터 법칙
- avax.net.ssl.SSLHandshakeException:
- SQLRecoverableException
- vue
- 인증서만료에러
- 커맨드공부
- pl/sql
- 변수명 짓는법
- 에자일 모형
- OpenAPI
- Bandit Level 5
- plsql
- mysql 튜닝
- CSS
- 명령어공부
- 스크럼기법
Archives
- Today
- Total
목록watson Assistant API (1)
개발햄비
[에러해결] watson Assistant API 요청시 apikey header로 날리기
$ curl -X POST -u "apikey:apikey" --header "Content-Type:application/json" --data "{\"input\": {\"text\": \"Hello\"}}" "https://gateway.watsonplatform.net/assistant/api/v1/workspaces/{workspace_id}/message?version=2019-02-28" $ -u "apikey:{apikey} 를 header로 날리기 위해 base64 encoding 이 필요했다. 해결 방안 $ echo "$(echo -n 'apikey: 넣고자 하는 API_KEY | base64)" 를 날리면 다음과 같이 변화가 된다. YXBpa2V5OkNXTWMtOHF5NFI1QV9SV..
개발/버그 해결 기록
2019. 4. 24. 20:22