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

Create of a Credentials class in order to have to authenticate only o… #337

Open joaomfrebelo opened 5 years ago

joaomfrebelo commented 5 years ago

…nce.

Create of PrestaSharpNotAuthorazedException and PrestaSharpNotFoundException. Create of a FilterFactory class to facilitate the use of GetByFilter. Create of two method in Functins class to clean strings as in Prestashop Validate:isCatalogName($name) and Validate:isGenericName($name)

mowcixo commented 5 years ago

Hello @joaomfrebelo, thanks for the PR! Do you think you could separate the atomic functionalities in separated PRs? It would be better to review.

Also, with latest changes in master, GenericFactory.cs has conflicts, can you take a look?

LameuleFR commented 8 months ago

Hi @joaomfrebelo

I know it's a bit late but do u think u can finalize this PR?

Benjamin