AzureAD/microsoft-identity-abstractions-for-dotnet

[Feature Request] Address API review discussion for IDownstreamRestApi

jmprieur opened this issue · 0 comments

Is your feature request related to a problem? Please describe.

Level to make the API easier to understand.

DownstreamRestApiOptions

  • repetition of scopes
  • repetition of HttpVerb
  • Generic for Apps
  • delete
  • update

Serialization:

  • delegate for serialization
  • delegate for de-serialization