-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: store changes filter by start time #455
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we're differing on how start_time
is provided with some using Options (.NET, Go, Python) and others using the Request (JS, maybe Java?)
imo, we should treat start_time
similar to type
as it smells like a "user provided value" but we don't really have a strict definition AFAIK.
config/clients/java/template/client-ClientReadChangesRequest.java.mustache
Show resolved
Hide resolved
config/clients/dotnet/template/Client/Model/ClientReadChangesOptions.mustache
Outdated
Show resolved
Hide resolved
config/clients/python/template/src/client/models/read_changes_request.py.mustache
Outdated
Show resolved
Hide resolved
config/clients/python/template/src/client/models/read_changes_request.py.mustache
Outdated
Show resolved
Hide resolved
config/clients/python/template/src/sync/client/client.py.mustache
Outdated
Show resolved
Hide resolved
start_time in read changes api Update config/clients/python/template/src/sync/client/client.py.mustache Update config/clients/python/template/src/client/models/read_changes_request.py.mustache Update config/clients/python/template/src/client/models/read_changes_request.py.mustache move ReadChanges start_time to body instead of options in dotNet Update to python readme, dotNet model Readme updates for start_time in changes updates to java start_time in read changes updates to java start_time in read changes updates to java start_time in read changes updates to java start_time in read changes updates to python start_time in read changes updates to python start_time in read changes updates to python start_time in read changes updates to go start_time in read changes updates to go start_time in read changes updates to go start_time in read changes updates to go start_time in read changes Update js start_time in changes request Update js start_time in changes request Update js start_time in changes request Update js start_time in changes request Update js start_time in changes request Adding Java changes for start time on read changes dotnet client options error fix read changes start_time WIP (dotnet) changes start_time for python changes start_time in js WIP changes start_time for go WIP dotNet start_time in read changes WIP Co-Authored-By: Ewan Harris <ewan.harris@okta.com>
5f4cb09
to
53af06c
Compare
Description
Implementing start time option in read changes endpoint
References
openfga/api#204
Review Checklist
main
If you haven't done so yet, we would appreciate it if you could star the OpenFGA repository. :)