Libraryless. Click here for Pure Java version (823L/6K/20K).
1 | !752 |
2 | |
3 | static S token; |
4 | |
5 | p {
|
6 | token = devChannelToken(); |
7 | S url = "https://slack.com/api/users.setActive"; |
8 | Map postData = litmap("token", token);
|
9 | S data = doPost(postData, url); |
10 | print(data); |
11 | } |
Began life as a copy of #1002229
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002230 |
| Snippet name: | Slack users.setActive test |
| Eternal ID of this version: | #1002230/1 |
| Text MD5: | 5507fcee89204a1bdf0022d4323b57b5 |
| Transpilation MD5: | dfce5c203bf3ac62253a9649755f41f3 |
| Author: | stefan |
| Category: | |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-12-30 20:07:48 |
| Source code size: | 210 bytes / 11 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 719 / 794 |
| Referenced in: | [show references] |