Bukimedia / PrestaSharp

CSharp .Net client library for the PrestaShop API via web service
GNU General Public License v3.0
154 stars 152 forks source link

Prestasharp and Blazor #460

Closed totti240282 closed 7 months ago

totti240282 commented 1 year ago

yesterday I was using this library on Blazor wasm and unfortunately I realized that it is incompatible with the httpclient object.

jesiiu commented 1 year ago

Hi, What do you want to achieve using blazor with prestasharp?

totti240282 commented 1 year ago

Read and write data for website in prestashop and view in Blazor

jesiiu commented 1 year ago

I don't think prestasharp is designed to work directly with blazor, you would have to fetch the information separately through the controller and use model -> view to return it in your application

totti240282 commented 1 year ago

Si al momento ho utilizzato una Web api.

LameuleFR commented 7 months ago

We use Prestasharp daily with Blazor at my daily job and it work great ! :) I close this post as it's not an issue