Skip to content

Commit b3182b3

Browse files
authored
Update readme to include System resource
1 parent a157745 commit b3182b3

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
![Static Badge](https://img.shields.io/badge/level%208%20-%20phpstan?logo=php&label=PHPStan&color=darkblue)
88

99
A GuzzleHTTP client that can communicate with the Ubiquiti Unifi Access API. Ready to use with Laravel, but can also be used with other frameworks or plain PHP.
10+
Currently the following Unifi Access resources have been (partially) implemented:
11+
12+
- Visitor
13+
- Credential
14+
- DoorGroups
15+
- System
1016

1117
## Installation
1218

@@ -19,11 +25,7 @@ composer require uxicodev/unifi-access-api
1925
## Usage
2026

2127
The Unifi Access API exposes several resources. The resources are represented by different Client classes.
22-
All resources can be accessed through the `UnifiAccessApi\Client\Client` class. For now the following resources have been (partially) implemented:
23-
24-
- Visitor
25-
- Credential
26-
- DoorGroups
28+
All resources can be accessed through the `UnifiAccessApi\Client\Client` class.
2729

2830
All responses are represented by Data Transfer Objects (DTOs) that can be found in the `Uxicodev\UnifiAccessApi\API\Responses` namespace.
2931
The objects returned are Entities that can be found in the `Uxicodev\UnifiAccessApi\API\Entities` namespace.

0 commit comments

Comments
 (0)