mercadolibre / net-sdk

MercadoLibre's .NET SDK
56 stars 81 forks source link

Naming conventions discussion #29

Open bounav opened 4 years ago

bounav commented 4 years ago

Hello,

Nice to see some activity in this project.

I'd be curious to see what the community thinks of the naming convention used to name methods the new version of the API.

IMHO it's not necessary to reflect in the method name the underlying HTTP verb and parameters.

For example:

Better yet, the API could be broken down into services per kind of entity retrieved. E.g. you'd have an you'd instanciate an ItemService, a CategoryService and each would have a set of Get, Update and Create methods...?

As an aside, if the current naming convention is deemed the better one, the GetToken method doesn't follow it.

Looking forward to read people's opinions.