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

Async Pipeline #478

Closed
tidyui opened this issue Dec 31, 2018 · 1 comment
Closed

Async Pipeline #478

tidyui opened this issue Dec 31, 2018 · 1 comment
Assignees
Milestone

Comments

@tidyui
Copy link
Member

tidyui commented Dec 31, 2018

The Api should at minimum be async for the operations needed to execute the request pipeline for maximum throughput. Sync versions can be wrappers over the async implementation to minimize code duplication.

@tidyui tidyui added this to the Version 6.0 milestone Dec 31, 2018
@tidyui
Copy link
Member Author

tidyui commented Jan 3, 2019

This includes:

  • SiteRepository GetByHostname
  • SiteRepository GetById
  • SiteRepository GetDefault
  • SiteRepository GetSitemap
  • AliasRepository GetByAliasUrl
  • PageRepository GetBySlug
  • PageRepository GetById
  • PageRepository GetStartpage
  • PostRepository GetBySlug
  • CategoryRepository GetBySlug
  • TagRepository GetBySlug

@tidyui tidyui self-assigned this Feb 9, 2019
@tidyui tidyui mentioned this issue Mar 3, 2019
@tidyui tidyui closed this as completed Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant