openfga / sdk-generator

OpenFGA Client SDK Generator
Apache License 2.0
14 stars 30 forks source link

Java SDK: support context and contextual tuples for ListRelations #334

Closed rhamzeh closed 2 months ago

rhamzeh commented 3 months ago

Checklist

Description

ListRelations in the Java SDK OpenFgaClient does not support context or contextual tuples

Expectation

ListRelations: should pass context and contextual tuples to batchCheck https://github.com/openfga/sdk-generator/blob/d62eec2512d53134552c507c7fe44442be04c006/config/clients/java/template/client-OpenFgaClient.java.mustache#L695-L722

ClientListRelationsRequest: should add support for context https://github.com/openfga/sdk-generator/blob/d62eec2512d53134552c507c7fe44442be04c006/config/clients/java/template/client-ClientListRelationsRequest.java.mustache

Reproduction

.

SDK Checklist

OpenFGA SDK version

v0.4.0

OpenFGA version

N/A

SDK Configuration

N/A

Logs

No response

References

Related to #331