README.md in hackerone-client-0.20.0 vs README.md in hackerone-client-0.20.1
- old
+ new
@@ -52,9 +52,12 @@
# returns all common responses
program.common_responses
# Updates a program's policy
program.update_policy(policy: "Please submit valid vulnerabilities")
+
+# Gets a program's balance
+program.balance
```
## State change hooks
You can add hooks that will be called for every state change. This can be useful e.g. for ensuring that reports always get assigned or calling out to external services for specific state changes.