Skip to content
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

Add support for more field types #153

Open
davidolrik opened this issue Nov 18, 2024 · 1 comment
Open

Add support for more field types #153

davidolrik opened this issue Nov 18, 2024 · 1 comment

Comments

@davidolrik
Copy link

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

@MOmarMiraj
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants