Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Jericho/ZoomNet

Jericho pushed 5 commits to feature/contact_center Jericho/ZoomNet
  • Sort integration tests alphabetically 8d9fcd9
  • (GH-220) Add the contact center resource e279253
  • (GH-220) Integration tests for Contact Center c50434c
  • (GH-220) Improve how we check for errors in Zoom API responses to account for the fact that error JSON from Contact ... 216f932
  • Formatting b3ea826

View on GitHub

Jericho pushed 1 commit to develop Jericho/ZoomNet
  • Sort integration tests alphabetically 8d9fcd9

View on GitHub

Jericho pushed 1 commit to feature/contact_center Jericho/ZoomNet

View on GitHub

Jericho pushed 1 commit to feature/devices_resource Jericho/ZoomNet

View on GitHub

Jericho pushed 1 commit to feature/rooms_resource Jericho/ZoomNet

View on GitHub

Jericho pushed 1 commit to feature/marketplace Jericho/ZoomNet

View on GitHub

Jericho pushed 1 commit to feature/workspaces_resource Jericho/ZoomNet

View on GitHub

Jericho pushed 1 commit to feature/trackingfields_resource Jericho/ZoomNet

View on GitHub

Jericho pushed 19 commits to feature/workspaces_resource Jericho/ZoomNet
  • Added default_password param to CreateMeeting APIs (#280) * added default_password * Fixed interface * Update ... 0c9addb
  • Use enums rather than hardcoded values 669f238
  • Add the preSchedule parameter to CreateScheduledMeetingAsync and CreateRecurringMeetingAsync Resolves #373 a973dc9
  • Formatting 8a8d689
  • Move the generatePassword towards the end of the method signature. I am hoping this will reduce the likelihood of de... 8223ba7
  • XML comment mus end with a period e1b9958
  • Fix integration test f493911
  • Refresh build script ed13511
  • Merge branch 'release/0.83.0' ca7a7fc
  • Merge branch 'main' into develop 417ea84
  • Fix integration test c427777
  • Fix typo in comment 2cf486b
  • Update call handling settings and get user presence status (#375) * Get presence status endpoint added * UpdateCa... d990b84
  • Throw when undefine enum value Resolves #376 8ee30c2
  • Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
  • Sort the scopes (for convenience) da559d8
  • Formatting 2a35741
  • Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
  • (GH-197) Add the Workspaces resource e6f29c0

View on GitHub

Jericho pushed 21 commits to feature/devices_resource Jericho/ZoomNet
  • Added default_password param to CreateMeeting APIs (#280) * added default_password * Fixed interface * Update ... 0c9addb
  • Use enums rather than hardcoded values 669f238
  • Add the preSchedule parameter to CreateScheduledMeetingAsync and CreateRecurringMeetingAsync Resolves #373 a973dc9
  • Formatting 8a8d689
  • Move the generatePassword towards the end of the method signature. I am hoping this will reduce the likelihood of de... 8223ba7
  • XML comment mus end with a period e1b9958
  • Fix integration test f493911
  • Refresh build script ed13511
  • Merge branch 'release/0.83.0' ca7a7fc
  • Merge branch 'main' into develop 417ea84
  • Fix integration test c427777
  • Fix typo in comment 2cf486b
  • Update call handling settings and get user presence status (#375) * Get presence status endpoint added * UpdateCa... d990b84
  • Throw when undefine enum value Resolves #376 8ee30c2
  • Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
  • Sort the scopes (for convenience) da559d8
  • Formatting 2a35741
  • Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
  • (GH-15) Add the Devices resource and method to retrieve all devices 69614c0
  • Remove commented out code 77bcaee
  • and 1 more ...

View on GitHub

Jericho pushed 20 commits to feature/rooms_resource Jericho/ZoomNet
  • Added default_password param to CreateMeeting APIs (#280) * added default_password * Fixed interface * Update ... 0c9addb
  • Use enums rather than hardcoded values 669f238
  • Add the preSchedule parameter to CreateScheduledMeetingAsync and CreateRecurringMeetingAsync Resolves #373 a973dc9
  • Formatting 8a8d689
  • Move the generatePassword towards the end of the method signature. I am hoping this will reduce the likelihood of de... 8223ba7
  • XML comment mus end with a period e1b9958
  • Fix integration test f493911
  • Refresh build script ed13511
  • Merge branch 'release/0.83.0' ca7a7fc
  • Merge branch 'main' into develop 417ea84
  • Fix integration test c427777
  • Fix typo in comment 2cf486b
  • Update call handling settings and get user presence status (#375) * Get presence status endpoint added * UpdateCa... d990b84
  • Throw when undefine enum value Resolves #376 8ee30c2
  • Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
  • Sort the scopes (for convenience) da559d8
  • Formatting 2a35741
  • Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
  • (GH-28) Add the Rooms resource and a methods to retrieve all rooms 0eda5f4
  • Fixes due to recent rebase 720ce33

View on GitHub

Jericho pushed 22 commits to feature/groups_resource Jericho/ZoomNet
  • Added default_password param to CreateMeeting APIs (#280) * added default_password * Fixed interface * Update ... 0c9addb
  • Use enums rather than hardcoded values 669f238
  • Add the preSchedule parameter to CreateScheduledMeetingAsync and CreateRecurringMeetingAsync Resolves #373 a973dc9
  • Formatting 8a8d689
  • Move the generatePassword towards the end of the method signature. I am hoping this will reduce the likelihood of de... 8223ba7
  • XML comment mus end with a period e1b9958
  • Fix integration test f493911
  • Refresh build script ed13511
  • Merge branch 'release/0.83.0' ca7a7fc
  • Merge branch 'main' into develop 417ea84
  • Fix integration test c427777
  • Fix typo in comment 2cf486b
  • Update call handling settings and get user presence status (#375) * Get presence status endpoint added * UpdateCa... d990b84
  • Throw when undefine enum value Resolves #376 8ee30c2
  • Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
  • Sort the scopes (for convenience) da559d8
  • Formatting 2a35741
  • Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
  • (GH-7) Get all groups d07225c
  • Fixes due to recent rebase 4f99dd0
  • and 2 more ...

View on GitHub

Jericho pushed 21 commits to feature/contact_center Jericho/ZoomNet
  • Added default_password param to CreateMeeting APIs (#280) * added default_password * Fixed interface * Update ... 0c9addb
  • Use enums rather than hardcoded values 669f238
  • Add the preSchedule parameter to CreateScheduledMeetingAsync and CreateRecurringMeetingAsync Resolves #373 a973dc9
  • Formatting 8a8d689
  • Move the generatePassword towards the end of the method signature. I am hoping this will reduce the likelihood of de... 8223ba7
  • XML comment mus end with a period e1b9958
  • Fix integration test f493911
  • Refresh build script ed13511
  • Merge branch 'release/0.83.0' ca7a7fc
  • Merge branch 'main' into develop 417ea84
  • Fix integration test c427777
  • Fix typo in comment 2cf486b
  • Update call handling settings and get user presence status (#375) * Get presence status endpoint added * UpdateCa... d990b84
  • Throw when undefine enum value Resolves #376 8ee30c2
  • Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
  • Sort the scopes (for convenience) da559d8
  • Formatting 2a35741
  • Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
  • (GH-220) Add the contact center resource 8290b93
  • (GH-220) Integration tests for Contact Center e463076
  • and 1 more ...

View on GitHub

Jericho pushed 27 commits to feature/marketplace Jericho/ZoomNet
  • Added default_password param to CreateMeeting APIs (#280) * added default_password * Fixed interface * Update ... 0c9addb
  • Use enums rather than hardcoded values 669f238
  • Add the preSchedule parameter to CreateScheduledMeetingAsync and CreateRecurringMeetingAsync Resolves #373 a973dc9
  • Formatting 8a8d689
  • Move the generatePassword towards the end of the method signature. I am hoping this will reduce the likelihood of de... 8223ba7
  • XML comment mus end with a period e1b9958
  • Fix integration test f493911
  • Refresh build script ed13511
  • Merge branch 'release/0.83.0' ca7a7fc
  • Merge branch 'main' into develop 417ea84
  • Fix integration test c427777
  • Fix typo in comment 2cf486b
  • Update call handling settings and get user presence status (#375) * Get presence status endpoint added * UpdateCa... d990b84
  • Throw when undefine enum value Resolves #376 8ee30c2
  • Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
  • Sort the scopes (for convenience) da559d8
  • Formatting 2a35741
  • Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
  • Add the marketplace resource 8c97618
  • Add methods to get public and account created apps 3c93df3
  • and 7 more ...

View on GitHub

Jericho pushed 23 commits to feature/events_resource Jericho/ZoomNet
  • Added default_password param to CreateMeeting APIs (#280) * added default_password * Fixed interface * Update ... 0c9addb
  • Use enums rather than hardcoded values 669f238
  • Add the preSchedule parameter to CreateScheduledMeetingAsync and CreateRecurringMeetingAsync Resolves #373 a973dc9
  • Formatting 8a8d689
  • Move the generatePassword towards the end of the method signature. I am hoping this will reduce the likelihood of de... 8223ba7
  • XML comment mus end with a period e1b9958
  • Fix integration test f493911
  • Refresh build script ed13511
  • Merge branch 'release/0.83.0' ca7a7fc
  • Merge branch 'main' into develop 417ea84
  • Fix integration test c427777
  • Fix typo in comment 2cf486b
  • Update call handling settings and get user presence status (#375) * Get presence status endpoint added * UpdateCa... d990b84
  • Throw when undefine enum value Resolves #376 8ee30c2
  • Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
  • Sort the scopes (for convenience) da559d8
  • Formatting 2a35741
  • Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
  • Add Events resource 00bee12
  • Add Event to the serializer context 8909092
  • and 3 more ...

View on GitHub

Jericho pushed 19 commits to feature/trackingfields_resource Jericho/ZoomNet
  • Added default_password param to CreateMeeting APIs (#280) * added default_password * Fixed interface * Update ... 0c9addb
  • Use enums rather than hardcoded values 669f238
  • Add the preSchedule parameter to CreateScheduledMeetingAsync and CreateRecurringMeetingAsync Resolves #373 a973dc9
  • Formatting 8a8d689
  • Move the generatePassword towards the end of the method signature. I am hoping this will reduce the likelihood of de... 8223ba7
  • XML comment mus end with a period e1b9958
  • Fix integration test f493911
  • Refresh build script ed13511
  • Merge branch 'release/0.83.0' ca7a7fc
  • Merge branch 'main' into develop 417ea84
  • Fix integration test c427777
  • Fix typo in comment 2cf486b
  • Update call handling settings and get user presence status (#375) * Get presence status endpoint added * UpdateCa... d990b84
  • Throw when undefine enum value Resolves #376 8ee30c2
  • Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
  • Sort the scopes (for convenience) da559d8
  • Formatting 2a35741
  • Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
  • (GH-16) Add the TrackingFields resource 9d91856

View on GitHub

Jericho closed an issue on Jericho/ZoomNet
Check if a scope has been granted
Sometimes it would be useful to be able to check if a given scope has been granted before invoking a method to avoid getting an exception similar to: `Invalid access token, does not contain scopes:...
Jericho pushed 1 commit to develop Jericho/ZoomNet
  • Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa

View on GitHub

Jericho pushed 1 commit to develop Jericho/ZoomNet
  • Add the HasPermissions method to the ZoomClient class Resolves @379 ae164f8

View on GitHub

Jericho created a comment on an issue on Jericho/ZoomNet
One thing to keep in mind: the `.Scopes` property on the `OAuthConnectionInfo` class gets populated when a token is refreshed. This means that his property is **NOT** populated if the developer spe...

View on GitHub

Jericho opened an issue on Jericho/ZoomNet
Check if a scope has been granted
Sometimes it would be useful to be able to check if a given scope has been granted before invoking a method to avoid getting an exception similar to: `Invalid access token, does not contain scopes:...
Jericho pushed 2 commits to develop Jericho/ZoomNet

View on GitHub

Jericho created a comment on an issue on Jericho/ZoomNet
Working on the "Create an event" feature I keep getting ` Please complete your host profile settings` when testing this functionality. I have the feeling the problem has nothing to do with my "prof...

View on GitHub

Jericho pushed 2 commits to feature/events_resource Jericho/ZoomNet
  • (doc) Fix ambiguous cref in XML comment ae96d16
  • Add the CreateSimpleAsync method 9f2ebfc

View on GitHub

Jericho opened an issue on Jericho/ZoomNet
Error handler ignored the `field` node when parsing the error message
Consider an error message similar to this (notice the "field" node): ```json { "code":400, "message":"Validation error. Check 'errors' field for details.", "errors": [ ...
Jericho created a comment on an issue on Jericho/ZoomNet
I started working on this new feature: - [ ] Create an event - [ ] Delete an event - [ ] Publish an event - [ ] Duplicate an event - [ ] Cancel an event - [ ] Get an event - [ ] Get all ev...

View on GitHub

Jericho pushed 2 commits to feature/events_resource Jericho/ZoomNet

View on GitHub

Jericho created a comment on an issue on Jericho/ZoomNet
Guys, gentle reminder that eliza.zoom is waiting for the additional info. If you don't want to share this info with me for security reasons (which would be totally understandable), please contact E...

View on GitHub

Jericho pushed 1 commit to develop Jericho/ZoomNet
  • Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245

View on GitHub

pvgritsenko-ansible starred Jericho/ZoomNet
Load more