Skip to content

Validate Arl in NewClient #6

@heyitscassio

Description

@heyitscassio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions