Skip to content

Commit

Permalink
table sorted differently.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Sep 23, 2023
1 parent 6ba7f4f commit 9338fd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ This project aims to abstract Huawei REST API, according to the official API doc
| [`PushKit`](https://github.com/syslogic/php-hms/blob/master/src/PushKit) | | working | |
| [`MapKit`](https://github.com/syslogic/php-hms/blob/master/src/MapKit) | | working | |
| [`AdsKit`](https://github.com/syslogic/php-hms/blob/master/src/AdsKit) | | working | |
| [`AnalyticsKit`](https://github.com/syslogic/php-hms/blob/master/src/AnalyticsKit) | * | working | |
| [`AppGallery\AuthService`](https://github.com/syslogic/php-hms/tree/master/src/AppGallery/AuthService) | AGC | partially | |
| [`AppGallery\Product`](https://github.com/syslogic/php-hms/tree/master/src/AppGallery/Product) | AGC | working | |
| [`AppGallery\Project`](https://github.com/syslogic/php-hms/tree/master/src/AppGallery/Project) | AGC | partially | |
| [`AppGallery\Publishing`](https://github.com/syslogic/php-hms/tree/master/src/AppGallery/Publishing) | AGC | partially | [Gradle Plugin](https://github.com/syslogic/agconnect-publishing-gradle-plugin) |
| [`AppGallery\Report`](https://github.com/syslogic/php-hms/tree/master/src/AppGallery/Report) | AGC | working | |
| [`DriveKit`](https://github.com/syslogic/php-hms/tree/master/src/DriveKit) | * | partially | |
| [`GameService`](https://github.com/syslogic/php-hms/tree/master/src/GameService) | | untested | |
| [`AnalyticsKit`](https://github.com/syslogic/php-hms/blob/master/src/AnalyticsKit) | * | working | |
| [`SearchKit`](https://github.com/syslogic/php-hms/blob/master/src/SearchKit) | * | working | |
| [`CloudSms`](https://github.com/syslogic/php-hms/blob/master/src/CloudSms) | | untested | |
| [`DriveKit`](https://github.com/syslogic/php-hms/tree/master/src/DriveKit) | * | partially | |
| [`WalletKit`](https://github.com/syslogic/php-hms/blob/master/src/WalletKit) | * | partially | |
| [`GameService`](https://github.com/syslogic/php-hms/tree/master/src/GameService) | - | untested | |
| [`CloudSms`](https://github.com/syslogic/php-hms/blob/master/src/CloudSms) | - | untested | |

The endpoints marked with an asterisk require interactive two-legged [oAuth2 flow](https://iamblockc.medium.com/oauth-2-0-concepts-oauth-flows-8debed7a9abc); eg. see [`www`](https://github.com/syslogic/php-hms/blob/master/www)<br/>
One can run these unit tests only with a previously cached user access token, obtained by login.<br/>
Expand Down

0 comments on commit 9338fd4

Please sign in to comment.