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

improvement on list/listAsync of webapp/functionapp #1116

Merged
merged 11 commits into from
Aug 7, 2020

Conversation

weidongxu-microsoft
Copy link
Member

@weidongxu-microsoft weidongxu-microsoft commented Jul 27, 2020

Fix #1113

  1. sync/async should behave same
  2. document that list would make extra calls
  3. devise lite version of the list to only return basic info of webapp/functionapp, provide a e.g. refresh to get full info

still in developing

@weidongxu-microsoft weidongxu-microsoft changed the title fix behavior different on list/listAsync improvement on list/listAsync of webapp/functionapp Jul 30, 2020
@weidongxu-microsoft weidongxu-microsoft marked this pull request as ready for review July 30, 2020 03:24
@weidongxu-microsoft
Copy link
Member Author

weidongxu-microsoft commented Jul 30, 2020

Try to add a IWebAppSimple for simple list that does not involve sending GET for each resource.

@weidongxu-microsoft
Copy link
Member Author

weidongxu-microsoft commented Aug 7, 2020

@ChenTanyi @xccc-msft @yungezz please take a look whether this make sense.

Previous List send 1 list, then n*2 get, which is not a good design.
Currently add a ListBasic that only send 1 list, and get basic info. If detail is needed, do a separate GetById.

For Java track2, plan is to use this ListBasic as the standard List (for that, we can do breaking changes).

@weidongxu-microsoft
Copy link
Member Author

Fix #1120

Include kind=api in list result for WebApp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants