Skip to content
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

WIP: add backend support #91

Closed
wants to merge 1 commit into from
Closed

Conversation

bilelmoussaoui
Copy link
Owner

No description provided.

@bilelmoussaoui bilelmoussaoui linked an issue Sep 15, 2022 that may be closed by this pull request
23 tasks
window_identifier: WindowIdentifierType,
options: UserInfoOptions,
) -> Response<UserInfo> {
Response::Err(ResponseError::Cancelled)
Copy link

@i509VCB i509VCB Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason Response is like Result instead of modeling the apis around returning a request::Result type which typedefs the Result type?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main reason was the custom deserialize/serialize that are needed for Response; we can always make that an internal implementation.

@bilelmoussaoui
Copy link
Owner Author

Closing in favor of #108

@bilelmoussaoui bilelmoussaoui deleted the bilelmoussaoui/backend branch January 5, 2023 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide server side of the portals interfaces
2 participants