openfga / api

Protocol Buffers used by OpenFGA
Apache License 2.0
18 stars 10 forks source link

chore: add Object definition to openfga.v1 protobuf API #24

Closed jon-whit closed 2 years ago

jon-whit commented 2 years ago

Description

This adds a protobuf definition for Object types in the OpenFGA API. This will make it easier to pass around objects instead of passing around OpenFGA objects formatted as strings such as document:1. I believe this will make our code easier to manage and read.

Review Checklist