align documentation
Cette révision appartient à :
Parent
7a216173d9
révision
9e6329630d
17
README.md
17
README.md
@ -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: |
|
||||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur