CodeBeamOrg / CodeBeam.GoogleApis.Blazor

A utility package for Google Apis in Blazor.
MIT License
9 stars 0 forks source link

CalendarService async with proper return types #20

Closed matthewcorven closed 2 years ago

matthewcorven commented 2 years ago

Each public CalendarService method is async, with appropriate return type

mckaragoz commented 2 years ago

Thanks for this and sorry for late response. Did you test it manually? If you did we can merge it and publish a new release.

matthewcorven commented 2 years ago

Thanks for this and sorry for late response. Did you test it manually? If you did we can merge it and publish a new release.

Yes, although I have additional contributions along the same lines. I'll update this PR.

mckaragoz commented 2 years ago

I also thought about changing the models property names that starts with uppercase, than we can release them both.

matthewcorven commented 2 years ago

All set @mckaragoz

mckaragoz commented 2 years ago

Thanks for this great PR