Skip to content

Commit 5525ffc

Browse files
feat(request_options): put RequestOptions at the top level
1 parent e1f5c4a commit 5525ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algoliasearch/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ class algoliasearch(object):
3535
Client = client.Client
3636
Index = index.Index
3737
AlgoliaException = helpers.AlgoliaException
38+
RequestOptions = client.RequestOptions

0 commit comments

Comments
 (0)