atsign-foundation / at_python

Python SDK for the atPlatform
https://docs.atsign.com/
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Add notification management #8

Open realvarx opened 1 year ago

realvarx commented 1 year ago

Is your feature request related to a problem? Please describe.

One crucial aspect in the development of the SDK is the integration of the notification functionality, encompassing the ability to send, receive, and monitor notifications. Prior to progressing with the porting of tools that rely on this feature, such as sshnp, it is highly recommended to prioritize the development of this functionality.

Describe the solution you'd like

Create Notification and NotificationService classes.

Original Dart/Java SDKs code references:

Task list (not necessarily complete or in the correct order):

(Steps inspired by @JeremyTubongbanua 's https://github.com/atsign-foundation/at_java/pull/63 changelog)

realvarx commented 1 year ago

Just to keep the issue updated, notification management system was implemented in https://github.com/atsign-foundation/at_python/pull/21 and @Xlin123 added diverse features such as notify verb, more metadata parameters, iv and tests in https://github.com/atsign-foundation/at_python/pull/31.