-
Notifications
You must be signed in to change notification settings - Fork 121
Jetpack Setup: Update Yosemite layer with new connection endpoints #15977
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
Conversation
|
|
RafaelKayumov
left a comment
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.
LGTM
| provisionResponse: JetpackConnectionProvisionResponse, | ||
| network: Network, | ||
| completion: @escaping (Result<Void, Error>) -> Void) { | ||
| let remote = SiteRemote(network: network, dotcomClientID: "", dotcomClientSecret: "") |
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.
Will this be populated by ApiCredentials values in a following PR?
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.
The IDs are not necessary for using the createSite method. I added a comment in 3c37259 to clarify this.
| /// The result to return in `updateSiteTitle` | ||
| private var updateSiteTitleResult: Result<Void, Error>? | ||
|
|
||
|
|
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.
Super nit: an empty line here and there

Part of WOOMOB-965
Description
This PR updates the Yosemite layer with the new Jetpack connection endpoints added in #15976.
Testing steps
Just CI passing should be sufficient, the new actions haven't been used yet.
RELEASE-NOTES.txtif necessary.