mercadolibre / java-sdk

MercadoLibre's Java SDK
46 stars 65 forks source link

Meli refactor #23

Closed ghost closed 2 years ago

ghost commented 6 years ago

Well, there are some changes here:

com.mercadolibre.sdk.Meli.java:

com.mercadolibre.sdk.MeliException.java:

com.mercadolibre.sdk.AuthorizationFailure.java:

README.md:

That is it! About the externalization of the enum... Maybe it could keep in Meli.java as a inner enum. I don't know... When I look to the way we use this enum, I don't understand why it need to be a inner enum and not a separated Java file.

Oh, I forgot: this is my first (real) contribution in a open source project. Sorry if I made some mistakes. Feedbacks are welcome.

ghost commented 6 years ago

Now I see I don't know why in README.md line 19, the dot was removed from github.com. Sorry.