Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoshm authored Nov 12, 2019
1 parent 40041d9 commit bfc9219
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ login with your azubiheft account
azubiheft.login("[email protected]", "mypassword")
```

get subjects
```python
subjects = azubiheft.getSubjects()
```

and write a new report
```python
azubiheft.writeReport(datetime.now(), "hello world", timedelta(hours=1, minutes=15))
azubiheft.writeReport(datetime.now(), "hello world", timedelta(hours=1, minutes=15), subjects[0].id)
```

0 comments on commit bfc9219

Please sign in to comment.