Skip to content

Commit 6b56359

Browse files
committed
tmp rename
1 parent debbaad commit 6b56359

8 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ pip install -e "git+https://github.com/AndyEveritt/DuetWebAPI.git@master#egg=due
2121
# Usage
2222
* See 'examples.py' for examples.
2323

24+
```python
25+
from duetwebapi import DuetWebAPI
26+
27+
printer = DuetWebAPI(f'http://{printer_hostname})
28+
```
29+
2430
## REST API
2531
The REST API allows for the following operations:
2632

0 commit comments

Comments
 (0)