Cleanup protobuf response #498
Labels
cleanup 🧹
Paying off technical debt
good first issue 🐤
Good for newcomers
protocol changed 📝
Whether the protocol has changed
sdk ⚒️
Description:
Remove unnecessary client information from the protobuf response.
We are currently returning
client_id
orclient_key
as follows:https://github.com/yorkie-team/yorkie/blob/main/api/yorkie/v1/yorkie.proto#L41-L116
We only need to return the
client_id
when activating, and the rest seems unnecessary.It would be better to clean up.
Why:
to make protobuf concise
The text was updated successfully, but these errors were encountered: