Skip to content

noppefoxwolf/amg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amg

Apple Music API client written in golang.

Usage

func (t *oauthTransport) RoundTrip(r *http.Request) (*http.Response, error) {
	r.Header.Set("Authorization", "Bearer xxxxx")
	return http.DefaultTransport.RoundTrip(r)
}

c := &http.Client{Transport: &oauthTransport{}}
c2 := applemusic.NewClient(c)
params := &applemusic.GetAllStorefrontsParams{}
res, req, err := c2.StorefrontsAndLocalization.GetAllStorefronts(params)

About

Apple Music API client written in golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages