You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a cli tool to automatically renew personal access tokens in GitLab, and want to be able to get expiration date on existing items, and set the expiration + valid from field on renewed items.
Requirements and desired behavior
As ItemFieldType is just an alias to a string, it should be easy to add all known types in one go.
Unless of course you want to convert dates into time.Time and whatever other non-string types into their respective types - but I would be totally fine with simple strings for it all.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Hi @davidolrik Thanks for reaching out about this issue. We are aware of this issue across all of our SDKs and we will look into adding support for this in the future.
Use Case
I'm writing a cli tool to automatically renew personal access tokens in GitLab, and want to be able to get expiration date on existing items, and set the expiration + valid from field on renewed items.
Requirements and desired behavior
As
ItemFieldType
is just an alias to a string, it should be easy to add all known types in one go.Unless of course you want to convert dates into
time.Time
and whatever other non-string types into their respective types - but I would be totally fine with simple strings for it all.Additional information
No response
The text was updated successfully, but these errors were encountered: