-
Notifications
You must be signed in to change notification settings - Fork 82
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
new: Add betas
to support self serve beta program
#356
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.
Just one small change and this should be good to go!
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.
Looks good, nice work!
The change looks good! But do we want to merge this into |
Good question! The self serve beta endpoints are actually available in production. We test against alpha is because there isn't data (active beta programs) in production for now. It shouldn't block us from merging the change. On the other hand, we are not always going to have available betas anyway. So I think it's good to merge the implementation now. |
📝 Description
Beta program is a new product or service that's not generally available to all customers. User with permissions can enroll into a beta program and access the functionalities.
Add
betas
to support listing active beta programs and getting details of a single beta program.Two endpoints are implemented in this PR:
JIRA: https://jira.linode.com/browse/TPT-2181
Disable
musttag
as a workaround to avoid an issue that metalinter is getting malformed json: https://github.com/linode/linodego/actions/runs/5837079890/job/15831940532✔️ How to Test