Skip to content

Make api url configurable somehow #23

Description

@ChrisTheBaron

https://github.com/UniversityRadioYork/myradio-go/blob/master/api.go#L20

func NewSession(apikey string) (*Session, error) {
    url, err := url.Parse(`https://ury.york.ac.uk/api/v2`)
    if err != nil {
        return nil, err
    }
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions