We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2329b commit 3eac9cfCopy full SHA for 3eac9cf
2 files changed
examples/buttons_example.py
@@ -5,7 +5,7 @@
5
6
if __name__ == '__main__':
7
# Create an API client with client and secret keys
8
- api = ub.APIClient('CLIENT-API-KEY', 'CLIENT-SECRET-KEY')
+ api = ub.APIClient('YOUR-ACCESS-KEY', 'YOUR-SECRET-KEY')
9
10
# Set the limit of buttons to retrieve to 1
11
api.set_query_parameters({'limit': 1})
examples/feedback_iterator_example.py
# Set the limit of feedback items to retrieve to 1
0 commit comments