Skip to content

Commit 3eac9cf

Browse files
author
Teun Zengerink
committed
Adjust example key names to match documentation
1 parent ca2329b commit 3eac9cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/buttons_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
if __name__ == '__main__':
77
# Create an API client with client and secret keys
8-
api = ub.APIClient('CLIENT-API-KEY', 'CLIENT-SECRET-KEY')
8+
api = ub.APIClient('YOUR-ACCESS-KEY', 'YOUR-SECRET-KEY')
99

1010
# Set the limit of buttons to retrieve to 1
1111
api.set_query_parameters({'limit': 1})

examples/feedback_iterator_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
if __name__ == '__main__':
77
# Create an API client with client and secret keys
8-
api = ub.APIClient('CLIENT-API-KEY', 'CLIENT-SECRET-KEY')
8+
api = ub.APIClient('YOUR-ACCESS-KEY', 'YOUR-SECRET-KEY')
99

1010
# Set the limit of feedback items to retrieve to 1
1111
api.set_query_parameters({'limit': 1})

0 commit comments

Comments
 (0)