README.md in quiz_api_client-0.1.8 vs README.md in quiz_api_client-0.1.9
- old
+ new
@@ -60,9 +60,20 @@
)
```
### Currently Supported Functionality
+#### Banks Service
+
+**Tokens**
+```ruby
+# Generate Build token
+client.banks_service.token(
+ scope: client.banks_service.scope_build,
+ exp: some_expiration
+)
+```
+
#### Quiz Service
**Tokens**
```ruby
# Generate Build token