-
-
Notifications
You must be signed in to change notification settings - Fork 14
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 site creation endpoint #215
Conversation
b6ef217
to
3b8b889
Compare
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.
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.
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.
I can list sites and create sites. 💐
* Add authentication user read endpoint * Add site creation endpoint (#215) * Add site creation endpoint * Update go modules * Update main.go * Add site creation endpoint * Update go modules * Update main.go * Handle organization's not having google oauth refresh token * Update run_tests.yaml * remove json schema * Add authentication user read endpoint * remove json schema * Re-generate REST API swagger docs * update api docs --------- Co-authored-by: iibarbari <[email protected]>
Not sure about the parts related to
GoogleSearchConsoleSiteURL
, it has been a while since last time I did something relevant. If there is an issue, we can fix it later.