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
Somehow, I wasn't very keen on using the public Codeium API key. If anyone else is in the same position, here are the steps to getting your very own API key, provided you have a Codeium account.
Navigate to https://www.codeium.com/profile?response_type=token&redirect_uri=vim-show-auth-token&state=a&scope=openid%20profile%20email&redirect_parameters_type=query. This will provide you an auth token.
Once you have the token. Send a POST request to the following URL https://api.codeium.com/register_user/ with this body
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First, this is a great project!
Somehow, I wasn't very keen on using the public Codeium API key. If anyone else is in the same position, here are the steps to getting your very own API key, provided you have a Codeium account.
https://www.codeium.com/profile?response_type=token&redirect_uri=vim-show-auth-token&state=a&scope=openid%20profile%20email&redirect_parameters_type=query
. This will provide you an auth token.POST
request to the following URLhttps://api.codeium.com/register_user/
with this bodyBeta Was this translation helpful? Give feedback.
All reactions