when passing a invalid arl to deezer.NewClient it returns no errors, maybe it should return one if the arl is invalid. Or there would be a better/faster way of handling that?
example:
client, err := deezer.NewClient("123")
if err != nil {
log.Fatal(err)
}
that returns no errors.
when passing a invalid arl to deezer.NewClient it returns no errors, maybe it should return one if the arl is invalid. Or there would be a better/faster way of handling that?
example:
that returns no errors.