-
Notifications
You must be signed in to change notification settings - Fork 1
API 명세서
Yeonji-Lim edited this page Jul 20, 2022
·
1 revision
Index | Method | URL | Description | |
---|---|---|---|---|
1 | GET | /?url={url} | target url 요청 | |
2 | POST | /style/color | 색상변경모드 style_change original : 원본 모드 dark : 다크 모드 color_weakness : 색약 모드 high_contrast : 고대비 모드 |
{ url : string; style_change : string; html_data : string; } |
3 | POST | /style/text | 글자크기 style_change: text_size |
{ style_change: string; text_size: int; } |