Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 210 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 210 Bytes

Usage

Set server root and API key in config.ini.

from work import Update


u = Update({"id": "foo1234", "work_type": "articles", "title": "My title"})
# r is a requests object
r = u.update()