You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SearchKit/SearchKit.php
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,18 @@
1
1
<?php
2
2
namespaceHMS\SearchKit;
3
3
4
+
useHMS\AccountKit\AccountKit;
4
5
useHMS\Core\Wrapper;
5
6
useInvalidArgumentException;
6
7
usestdClass;
7
8
8
9
/**
9
10
* Class HMS SearchKit Wrapper
10
11
*
12
+
* Note: This API requires an "App-level client ID" & "Enable app-level client API".
13
+
*
14
+
* @see <a href="https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/app-gallery-connect-0000001057712438">Configuring App Information in AppGallery Connect</a>
0 commit comments