Zanoryt
Explore posts from serversKKinde
•Created by Zanoryt on 1/9/2024 in #💻┃support
Search for user via provided_id via API?
On a backend microservice, I would like to be able to iterate my users table and pull down latest data in order to cache the user profile details with the most recent and update my table.
To do this most effectively, I would need to be able to hit
/api/v1/users
with the provided_id
matching the UUID from my users table.
How can this be done?24 replies
How can I access a store from the parent context from inside of a nested context?
I am trying to access the WebsocketContext from inside of the DataStreamContext, in order to send out a websocket message when a DataStreamContext function is called. I can't seem to figure out the right way to do this.
Provider structure:
38 replies