-
Notifications
You must be signed in to change notification settings - Fork 20
feat: Add updates in API v10 - WPB-18970 #3388
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
base: feature/migrate-to-API-V10-WPB-18970
Are you sure you want to change the base?
feat: Add updates in API v10 - WPB-18970 #3388
Conversation
Test Results 3 files 276 suites 1m 17s ⏱️ For more details on these failures, see this check. Results for commit f0e9619. |
@@ -21,4 +21,36 @@ import Foundation | |||
final class AuthenticationAPIV10: AuthenticationAPIV9 { | |||
|
|||
override var apiVersion: APIVersion { .v10 } | |||
|
|||
override func getDomainRegistration(forEmail email: String) async throws -> DomainRegistrationConfiguration { | |||
let path = "/get-domain-registration" |
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.
question: I guess we don't need pathPrefix
, right?
@@ -21,4 +21,36 @@ import Foundation | |||
final class AuthenticationAPIV10: AuthenticationAPIV9 { | |||
|
|||
override var apiVersion: APIVersion { .v10 } | |||
|
|||
override func getDomainRegistration(forEmail email: String) async throws -> DomainRegistrationConfiguration { |
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.
@netbe or @dmitrysimkin do you know the feature where we will use this new endpoint?
@dmitrysimkin will you also add tests? |
Issue
Added changes for network requests that we use
https://wearezeta.atlassian.net/wiki/spaces/ENGINEERIN/pages/1984856066/API+changes+v9+v10
Testing
Describe how to test.
Optional: attachments like images, videos, etc.
Checklist
[WPB-XXX]
.UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: