-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 [#171] generate notificaties.md file
- Loading branch information
1 parent
a8615f7
commit dcb3481
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Notificaties | ||
## Berichtkenmerken voor Objects API | ||
|
||
Kanalen worden typisch per component gedefinieerd. Producers versturen berichten op bepaalde kanalen, | ||
consumers ontvangen deze. Consumers abonneren zich via een notificatiecomponent (zoals <a href="https://notificaties-api.vng.cloud/api/v1/schema/" rel="nofollow">https://notificaties-api.vng.cloud/api/v1/schema/</a>) op berichten. | ||
|
||
Hieronder staan de kanalen beschreven die door deze component gebruikt worden, met de kenmerken bij elk bericht. | ||
|
||
De architectuur van de notificaties staat beschreven op <a href="https://github.com/VNG-Realisatie/notificaties-api" rel="nofollow">https://github.com/VNG-Realisatie/notificaties-api</a>. | ||
|
||
|
||
### objecten | ||
|
||
**Kanaal** | ||
`objecten` | ||
|
||
**Main resource** | ||
|
||
`object` | ||
|
||
|
||
|
||
**Kenmerken** | ||
|
||
* `object_type`: OBJECTTYPE in Objecttypes API | ||
|
||
**Resources en acties** | ||
|
||
|
||
* <code>objectrecord</code>: create, update, destroy, create, update, destroy | ||
|
||
|