Skip to content

Conversation

@kanat
Copy link
Contributor

@kanat kanat commented Oct 29, 2025

Slack discussion

Summary

How to use a client-side request:

var response = User.list().
    filterCondition("id", userId).
    withUserToken(userToken). // this is a newly added method to support client-side requests
    request();

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

@kanat kanat changed the title Client side [CHA-0] support client-side requests Oct 30, 2025
@kanat kanat marked this pull request as ready for review October 30, 2025 19:45
@totalimmersion totalimmersion merged commit 2680bca into main Oct 30, 2025
1 check passed
@totalimmersion totalimmersion deleted the client-side branch October 30, 2025 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants