Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Finish writing the Gitter API client #1

Open SQL-MisterMagoo opened 5 years ago

SQL-MisterMagoo commented 5 years ago

There are stubs for some of the main APis we might need, but many still need adding.

SQL-MisterMagoo commented 5 years ago

I don't think we need this as part of RC1 as it already has the parts we need for now.

Liques commented 5 years ago

Could be great someday make the Gitter API as an external resource available to the community, maybe via nuget. :-)

SQL-MisterMagoo commented 5 years ago

Sure, that's definitely something I'd like to do.

chucker commented 4 years ago

@SQL-MisterMagoo regarding @Liques's request, what would you say is the distinction between the Core and Library projects? The Library almost seems suitable to be considered a standalone API client library, but LocalisationHelper currently depends on IJSRuntime. Can we move LocalisationHelper to Blazor.Gitter.Core instead? Then Library should maybe become a package Blazored.Gitter.ApiClient.

SQL-MisterMagoo commented 4 years ago

@SQL-MisterMagoo regarding @Liques's request, what would you say is the distinction between the Core and Library projects? The Library almost seems suitable to be considered a standalone API client library, but LocalisationHelper currently depends on IJSRuntime. Can we move LocalisationHelper to Blazor.Gitter.Core instead? Then Library should maybe become a package Blazored.Gitter.ApiClient.

Sure - that makes sense - Library was intended to be the gitter library - probably localisation ended up there late one night and shouldn't have.

chucker commented 4 years ago

Sure - that makes sense - Library was intended to be the gitter library - probably localisation ended up there late one night and shouldn't have.

Right, thought so. That's #78 then.