You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem / use case? Please describe.
After subscribing, if I need to get a specific subscription, today I should use the URL to ensure that the wanted subscription is that I need.
To use GET subscriptions/{id} we should know the id, I see only one way that is to getAll subscriptions and find the good id by using the notify url as I said above.
An alternative is to use the returned Id in the location header but once I have to choice, save it inmemory or using a KV db or cache to save the {sub:id} kv.
For me is too much, for retrieving subcriptions easily.
Describe the solution you'd like
It will be good to have a subscription Name that can be correspond to the subscribed service.
Describe alternatives you've considered
I check if the url notify urls match.
Describe why you need this feature
I want to update the subscription.
Do you have the intention to implement the solution
Yes, I have the knowledge to implement this new feature.
Yes, but I will need help.
No, I do not have the skills.
The text was updated successfully, but these errors were encountered:
Instead of introducing a new field in the subscription document, why don't use the existing description field?
Next, a q query parameter could be implemented to return subscriptions that match a given description, similar to the way GET /v2/entities works (although in the case of subscription it would be simpler), eg:
Is your feature request related to a problem / use case? Please describe.
After subscribing, if I need to get a specific subscription, today I should use the URL to ensure that the wanted subscription is that I need.
To use
GET subscriptions/{id}
we should know the id, I see only one way that is to getAll subscriptions and find the good id by using the notify url as I said above.An alternative is to use the returned Id in the location header but once I have to choice, save it inmemory or using a KV db or cache to save the {sub:id} kv.
For me is too much, for retrieving subcriptions easily.
Describe the solution you'd like
It will be good to have a subscription Name that can be correspond to the subscribed service.
Describe alternatives you've considered
I check if the url notify urls match.
Describe why you need this feature
I want to update the subscription.
Do you have the intention to implement the solution
The text was updated successfully, but these errors were encountered: