Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

REST JS wrapper support for notifications #1323

Closed
troyronda opened this issue Feb 22, 2020 · 1 comment · Fixed by #1394
Closed

REST JS wrapper support for notifications #1323

troyronda opened this issue Feb 22, 2020 · 1 comment · Fixed by #1394
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@troyronda
Copy link
Contributor

Depends on #471

@troyronda troyronda added the enhancement New feature or request label Feb 22, 2020
@troyronda troyronda added this to the 0.1.3 milestone Feb 22, 2020
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 26, 2020
- websocket URLs are now supported in addition to existing HTTP webhook
URLs.
- Part of hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 26, 2020
- websocket URLs are now supported in addition to existing HTTP webhook
URLs.
- Part of hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 26, 2020
- websocket URLs are now supported in addition to existing HTTP webhook
URLs.
- Part of hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 26, 2020
- websocket URLs are now supported in addition to existing HTTP webhook
URLs.
- Part of hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 26, 2020
- websocket URLs are now supported in addition to existing HTTP webhook
URLs.
- Part of hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
@troyronda troyronda modified the milestones: 0.1.3, 0.1.2 Feb 26, 2020
@sudeshrshetty
Copy link
Contributor

sudeshrshetty commented Feb 26, 2020

@troyronda troyronda modified the milestones: 0.1.2, 0.1.3 Feb 26, 2020
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 27, 2020
- in previous version, web notifier topics are used to resolve/build
URLs which was forcing subscribers to support path matching topic names
(challenge: topic name is private and dynamic based on usecases)
- changes: web notifiers will send message containing uniquer ID, Topic
Name and Raw JSON message to given webnotfier endpoint.
- This fixed issue in JS worker where it wasn't able to find topic of
incoming messages.
- closes hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 27, 2020
- in previous version, web notifier topics are used to resolve/build
URLs which was forcing subscribers to support path matching topic names
(challenge: topic name is private and dynamic based on usecases)
- changes: web notifiers will send message containing uniquer ID, Topic
Name and Raw JSON message to given webnotfier endpoint.
- This fixed issue in JS worker where it wasn't able to find topic of
incoming messages.
- closes hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 28, 2020
- in previous version, web notifier topics are used to resolve/build
URLs which was forcing subscribers to support path matching topic names
(challenge: topic name is private and dynamic based on usecases)
- changes: web notifiers will send message containing uniquer ID, Topic
Name and Raw JSON message to given webnotfier endpoint.
- This fixed issue in JS worker where it wasn't able to find topic of
incoming messages.
- closes hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 28, 2020
- in previous version, web notifier topics are only used for resolving/building
URLs which was forcing subscribers to support path matching topic names
(challenge: topic name is private and dynamic based on usecases)
- changes: web notifiers will send message containing uniquer ID, Topic
Name and Raw JSON message to given webnotfier endpoint.
- This fixed issue in JS worker where it wasn't able to find topic of
incoming messages.
- closes hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 28, 2020
- in previous version, web notifier topics are only used for resolving/building
URLs which was forcing subscribers to support path matching topic names
(challenge: topic name is private and dynamic based on usecases)

- changes: web notifiers will send message containing uniquer ID, Topic
Name and Raw JSON message to given webnotfier endpoint.

- This fixed issue in JS worker where it wasn't able to find topic of
incoming messages.

- closes hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 28, 2020
- in previous version, web notifier topics are only used for resolving/building
URLs which was forcing subscribers to support path matching topic names
(challenge: topic name is private and dynamic based on usecases)

- changes: web notifiers will send message containing uniquer ID, Topic
Name and Raw JSON message to given webnotfier endpoint.

- This fixed issue in JS worker where it wasn't able to find topic of
incoming messages.

- closes hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 28, 2020
- in previous version, web notifier topics are only used for resolving/building
URLs which was forcing subscribers to support path matching topic names
(challenge: topic name is private and dynamic based on usecases)

- changes: web notifiers will send message containing uniquer ID, Topic
Name and Raw JSON message to given webnotfier endpoint.

- This fixed issue in JS worker where it wasn't able to find topic of
incoming messages.
- closes hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 28, 2020
- in previous version, web notifier topics are only used for resolving/building
URLs which was forcing subscribers to support path matching topic names
(challenge: topic name is private and dynamic based on usecases)

- changes: web notifiers will send message containing uniquer ID, Topic
Name and Raw JSON message to given webnotfier endpoint.

- This fixed issue in JS worker where it wasn't able to find topic of
incoming messages.
- closes hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
sudeshrshetty added a commit to sudeshrshetty/aries-framework-go that referenced this issue Feb 28, 2020
- in previous version, web notifier topics are only used for resolving/building
URLs which was forcing subscribers to support path matching topic names
(challenge: topic name is private and dynamic based on usecases)

- changes: web notifiers will send message containing uniquer ID, Topic
Name and Raw JSON message to given webnotfier endpoint.

- This fixed issue in JS worker where it wasn't able to find topic of
incoming messages.
- closes hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
kdimak pushed a commit to kdimak/aries-framework-go that referenced this issue Feb 28, 2020
- in previous version, web notifier topics are only used for resolving/building
URLs which was forcing subscribers to support path matching topic names
(challenge: topic name is private and dynamic based on usecases)

- changes: web notifiers will send message containing uniquer ID, Topic
Name and Raw JSON message to given webnotfier endpoint.

- This fixed issue in JS worker where it wasn't able to find topic of
incoming messages.
- closes hyperledger-archives#1323

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

2 participants