Skip to content

Commit c9f157c

Browse files
committed
add a http api manual
1 parent a9c0848 commit c9f157c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fox.submit_task(project_name="XXX", input_scene_path=r"v:\project\shot\lgt.ma",
3030
fox.download(task_id=11111, local_path=r"v:\project\output")
3131
```
3232

33-
## Query method
33+
## Query Method
3434
- get user info
3535
```py
3636
fox.get_users()
@@ -65,3 +65,6 @@ fox.get_tasks(task_id=11111)
6565
```py
6666
fox.get_tasks(task_id=11111, has_frames=1)
6767
```
68+
69+
## HTTP API Manual
70+
Generally, This is not necessary to see this manual, but if you like you can find the latest version HTTP API Manual at https://innerx.gitbooks.io/rayvision-render-api/content/, we only have a chinese version of manual currently.

0 commit comments

Comments
 (0)