api specification - kookmin-sw/capstone-2024-03 GitHub Wiki
μλλ‘μ΄λ API : https://minwook-shin.github.io/capstone-2024-03-web/adb_api/
μ΄λ―Έμ§ μ²λ¦¬ API : https://minwook-shin.github.io/capstone-2024-03-web/image_api/
λ³μ λ§€λμ API : https://minwook-shin.github.io/capstone-2024-03-web/vm_api/
μ μ¬μ΄νΈλ μλ μ λ ₯μ΄ μλλ―λ‘ λμ± λ μ νν λ΄μ©μΌλ‘ ꡬμ±λμ΄ μμ΅λλ€.
POST /scroll_up | name | data type | description |
|---|---|---|
| task_id | json | κ³ μ ν μμ μμ΄λ |
| time | json | μμ νμ |
POST /scroll_down | name | data type | description |
|---|---|---|
| task_id | json | κ³ μ ν μμ μμ΄λ |
| time | json | μμ νμ |
POST /single_click | name | data type | description |
|---|---|---|
| task_id | json | κ³ μ ν μμ μμ΄λ |
| time | json | μμ νμ |
| x | json | ν°μΉ X μ’ν |
| y | json | ν°μΉ Y μ’ν |
POST /long_press | name | data type | description |
|---|---|---|
| task_id | json | κ³ μ ν μμ μμ΄λ |
| time | json | μμ νμ |
| x | json | ν°μΉ X μ’ν |
| y | json | ν°μΉ Y μ’ν |
POST /short_cut | name | data type | description |
|---|---|---|
| task_id | json | κ³ μ ν μμ μμ΄λ |
| time | json | μμ νμ |
| key_event | json | μ¬μ μ μλ ν€ μ΄λ²€νΈ |
POST /iteration | name | data type | description |
|---|---|---|
| task_id | json | κ³ μ ν μμ μμ΄λ |
| time | json | μμ νμ |
| functions | json | ν¨μ μ μ 리μ€νΈ |
POST /delay | name | data type | description |
|---|---|---|
| task_id | json | κ³ μ ν μμ μμ΄λ |
| time | json | κΈ°λ€λ¦¬λ μκ° |
POST /input_text | name | data type | description |
|---|---|---|
| task_id | json | κ³ μ ν μμ μμ΄λ |
| input_text | json | μ λ ₯ 문ꡬ |
| time | json | μμ νμ |
GET /install_keyboard None
GET /reset_keyboard None
GET /check_keyboard None
GET /screen None
GET /screen/download None
POST /screen_capture | name | data type | description |
|---|---|---|
| task_id | json | κ³ μ ν μμ μμ΄λ |
| time | json | μμ νμ |
GET /run None
DELETE /clearNone
GET /tasks None
POST /template_matching | name | data type | description |
|---|---|---|
| image | blob | μλλ‘μ΄λ νλ©΄ |
| template | blob | λ§€μΉν μ΄λ―Έμ§ |
POST /extract_texts | name | data type | description |
|---|---|---|
| image | blob | μλλ‘μ΄λ νλ©΄ |
| top_left_x | int | μ’μΈ‘ μλ¨ X μΆ μ’ν |
| top_left_y | int | μ’μΈ‘ μλ¨ y μΆ μ’ν |
| bottom_right_x | int | μ°μΈ‘ νλ¨ X μΆ μ’ν |
| bottom_right__y | int | μ°μΈ‘ νλ¨ y μΆ μ’ν |