garyarobinson

Results 1 comments of garyarobinson

Look at the url the RestTemplate is hitting; ``` public String getImListApi() { return this.slackApi + "/im.list?token={token}&limit={limit}&next_cursor={cursor}"; } ``` The endpoint is returning a deprecated response ``` { "ok": false,...