Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
SyedShahbaz created a review on a pull request on powerdiary/ZoomNet
Builds fine locally
SyedShahbaz created a review comment on a pull request on powerdiary/ZoomNet
Looks like it
SyedShahbaz created a review comment on a pull request on powerdiary/ZoomNet
Do we need a version down to specific path here? Or maybe we can use` "version": "6.0.4xx",` ? With this if you have 6.0.4xx it will run
SyedShahbaz created a review comment on a pull request on powerdiary/ZoomNet
Are we changing this due to Language Version Compatibility?
SyedShahbaz created a comment on a pull request on powerdiary/ZoomNet
Method `AddUserToGroupAsync` from ZoomNet now returns` id` of the user that is added to the group, where as in our current implementation we were returning bool. However this change will not bre...
SyedShahbaz created a comment on a pull request on Jericho/ZoomNet
> Have you had a chance to test the beta package? Sorry for the delay. I have tested the functionality with the` beta package` it works as expected!
SyedShahbaz created a comment on a pull request on Jericho/ZoomNet
> Uploaded a beta package called `ZoomNet 0.82.0-alpha.3` to my personal NuGet feed ([instructions](https://github.com/Jericho/Jericho/blob/main/MyNugetFeed.md)). Let know if you have a chance to t...
SyedShahbaz created a comment on a pull request on Jericho/ZoomNet
> Excellent thank you for making all these changes. I will publish a beta of the library with your changes in a few hours when I'm back at my desk. Hopefully you'll be able to test it and make sure...
SyedShahbaz created a review comment on a pull request on Jericho/ZoomNet
I used the code you provided, but encountered a serialization issue. Specifically, the` System.Text.Json` serializer threw an exception regarding missing type metadata for `IEnumerable<JsonObject>...
SyedShahbaz pushed 1 commit to feature/add-users-to-group powerdiary/ZoomNet
- Add AddUserToGroupAsync extension method to add a single user to a group 3affb57
SyedShahbaz pushed 1 commit to feature/add-users-to-group powerdiary/ZoomNet
- Code clean up for AddUsersToGroupAsync method 1ae8dc4
SyedShahbaz created a review comment on a pull request on Jericho/ZoomNet
This will not create the JSON structure we expect. Instead, it will create an incorrect representation because the value of "members" is an IEnumerable<JsonObject> instead of a `JsonArray` You can...
SyedShahbaz created a review comment on a pull request on Jericho/ZoomNet
I tested this functionality with multiple users. It is indeed comma separated. Response looks like this: ``` { "ids": "v4iyWT1LTfy8QvPG4GTvdg,v3iyPT1LPfy8QvPF4GTvdi", "added_at": "2024-10-2...
SyedShahbaz pushed 1 commit to feature/add-users-to-group powerdiary/ZoomNet
- AddUsersToGroupAsync accepts IEnumerable<string> emails d361158
SyedShahbaz pushed 1 commit to feature/add-users-to-group powerdiary/ZoomNet
- Functionality to add users to group ecf2b6e
SyedShahbaz created a branch on powerdiary/ZoomNet
feature/add-users-to-group - .NET client library for the Zoom.us REST API v2
SyedShahbaz pushed 1 commit to add-user-group-functionality powerdiary/ZoomNet
- Revert changes in csproj 6a86a0e
SyedShahbaz created a branch on powerdiary/ZoomNet
add-user-group-functionality - .NET client library for the Zoom.us REST API v2
SyedShahbaz created a branch on powerdiary/ZoomNet
sh/PD-10228-add-user-to-groups - .NET client library for the Zoom.us REST API v2