snutt icon indicating copy to clipboard operation
snutt copied to clipboard

SNU Timetable (deprecated)

Results 22 snutt issues
Sort by recently updated
recently updated
newest added

- https://github.com/Jeff-Lewis/cls-hooked 을 이용하여 Continuous Local Storage에 플랫폼을 저장 - log4js layout을 CLS에서 플랫폼 token을 꺼내오도록 수정 - API Key 플랫폼과 User Agent 둘 다 저장

enhancement

## 상황 ``` (device id는 예제) [09/Jun/2018:21:59:52 +0900] "POST /v1/user/device/abcdPiyh0O0%3AAPA91bH4W9bLOgk7gPXJP-yni2tMnMoFhWwS5RuITV6rJHiuHUm4jABy5FheUiZzZasw7uSlyepmkTXGpRGOotrLvSl0jmPulDyfs1GuDN9xmtvChrqcNmJe33cN5jsbTWtjC4MWEGja HTTP/2.0" 500 242 "-" "okhttp/2.3.0" ``` - device id가 base64인줄 알았는데, 아님..!! - 안드로이드 클라의 okhttp의 경우, `:` 글자가 `%3A`로...

enhancement: API v2