사용자
Cernium/ACLGroup/api(비교)
| r7 vs r8 | ||
|---|---|---|
| ... | ... | |
| 20 | 20 | }}} |
| 21 | 21 | |
| 22 | 22 | == 목록 == |
| 23 | {{{#!syntax python | |
| 24 | data = { | |
| 25 | 'group': '인증된 사용자' | |
| 26 | } | |
| 23 | 27 | |
| 28 | response = requests.get('https://theseed.io/api/v0/aclgroup?from=12029', headers=headers, data=data) #?from=12029는 제거해도 됨 | |
| 29 | print(response.text) | |
| 30 | }}} | |
| 31 | ||
| 24 | 32 | == 추가 == |
| 25 | 33 | {{{#!syntax python |
| 26 | 34 | data = { |
| ... | ... |