issues
search
geultto
/
genie
글또의 요정 지니 프로젝트
MIT License
30
stars
4
forks
source link
Slack API 응답 처리할 때 pagination 고려
#18
Open
chang12
opened
4 years ago
chang12
commented
4 years ago
지금은
not has_more
로 assert 하고 있습니다.
chang12
commented
4 years ago
신기한 점 :
conversations.history 문서의 limit 항목
을 보면 default 가 100 인데, slacker 로 api 호출할 때 limit argument 를 안 넘겨도 100개 이상 잘 받아온다. 이미 진즉에 channel_id 에 대해 message 는 100개를 넘었는데도 잘 긁어온다.
conversations.replies 문서의 limit 항목
을 보면 default 가 10 인데, slacker 로 api 호출할 때 limit argument 를 안 넘겨도, thread 가 10개 넘게 달린 message 의 thread 들을 잘 긁어온다. e.g.
https://geultto4.slack.com/archives/CTPJJ07UJ/p1583324769034200
지금은
not has_more
로 assert 하고 있습니다.