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

.NET SDK: Uniservice, New Login, Webhooks (#615, #666, #719) #744

Merged
merged 3 commits into from
Jun 13, 2022

Conversation

geel9
Copy link
Member

@geel9 geel9 commented Jun 13, 2022

  • Adds new TrinsicService wrapper around all Service classes
  • Implements AddWebhook, DeleteWebhook, AuthorizeWebhook
  • Implements Login, LoginConfirm
  • Implements EcosystemInfo, UpdateEcosystem, GetOberonKey, GetEventToken, GenerateToken`

Closes #615

@codecov-commenter
Copy link

Codecov Report

Merging #744 (556b69e) into main (08d6973) will increase coverage by 40.09%.
The diff coverage is 5.63%.

@@             Coverage Diff             @@
##             main     #744       +/-   ##
===========================================
+ Coverage   13.83%   53.93%   +40.09%     
===========================================
  Files          27       14       -13     
  Lines        4885      432     -4453     
===========================================
- Hits          676      233      -443     
+ Misses       4209      199     -4010     
Impacted Files Coverage Δ
dotnet/Trinsic/ServiceBase.cs 97.22% <ø> (ø)
dotnet/Trinsic/TrinsicService.cs 0.00% <0.00%> (ø)
dotnet/Trinsic/ProviderService.cs 42.62% <9.09%> (ø)
dotnet/Trinsic/AccountService.cs 51.28% <10.52%> (ø)
...rc/proto/services/provider/v1/provider.pbenum.dart
...ble-credentials/templates/v1/templates.pbenum.dart
.../lib/src/proto/services/account/v1/account.pb.dart
dart/lib/src/credential_service.dart
...vices/trust-registry/v1/trust-registry.pbenum.dart
.../src/proto/services/account/v1/account.pbenum.dart
... and 34 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd311a8...556b69e. Read the comment docs.

@fundthmcalculus fundthmcalculus merged commit 4713a9b into main Jun 13, 2022
@fundthmcalculus fundthmcalculus deleted the JC/dotnet-webhooks-login-uniservice branch June 13, 2022 17:47
@geel9 geel9 mentioned this pull request Jun 16, 2022
9 tasks
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.

Combine services into a single service
3 participants