align documentation

Cette révision appartient à :
Daniel Seifert 2024-12-22 23:39:09 +01:00
Parent 7a216173d9
révision 9e6329630d
Signé par: DanielS
ID de la clé GPG: 6A513E13AEE66170

Voir le fichier

@ -22,11 +22,12 @@ $klicktipp = new \D3\KlicktippPhpClient\Klicktipp(
); );
``` ```
## search a subscriber ## get a subscriber status
```php ```php
$subscriberId = $klicktipp->subscriber()->search('me@johndoe.net'); $subscriberId = $klicktipp->subscriber()->search('me@johndoe.net');
$subscriber = $klicktipp->subscriber()->search($subscriberId); $subscriber = $klicktipp->subscriber()->get($subscriberId);
$subscriber->isSubscribed()
``` ```
## Supported endpoints (still being added) ## Supported endpoints (still being added)
@ -38,8 +39,10 @@ $subscriber = $klicktipp->subscriber()->search($subscriberId);
:x: = Not yet developed<br /> :x: = Not yet developed<br />
:heavy_exclamation_mark: = deprecated/not supported <br /> :heavy_exclamation_mark: = deprecated/not supported <br />
| Endpoint | Status | | Endpoint | Status |
|--------------------------------------------------------------------------------------|-------------------------| |--------------|-------------------------|
| account | :ballot_box_with_check: | | account | :ballot_box_with_check: |
| subscriber | :ballot_box_with_check: | | field | :ballot_box_with_check: |
| tag | :ballot_box_with_check: | | subscriber | :ballot_box_with_check: |
| subscription | :ballot_box_with_check: |
| tag | :ballot_box_with_check: |