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

[Feature Request] worker2 project template should allow for calling graph and downstream APIs #900

Closed
jmprieur opened this issue Jan 21, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request fixed
Milestone

Comments

@jmprieur
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
The worker2 template protects gRPC services, but does not show how to call Microsoft Graph or a downstream API yet.

Describe the solution you'd like

dotnet new worker2 --auth SingleOrg [--calls-graph]
dotnet new worker2 --auth SingleOrg [--called-api-url xxx --called-api-scopes yyy]

Additional context
See the WebAPI template

@jmprieur jmprieur added the enhancement New feature or request label Jan 21, 2021
@jennyf19 jennyf19 self-assigned this Jan 21, 2021
@jennyf19 jennyf19 added this to the 1.6.0 milestone Jan 22, 2021
@jennyf19
Copy link
Collaborator

Included in 1.6.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed
Projects
None yet
Development

No branches or pull requests

2 participants