soundcloud

package
v0.0.0-...-04ac836 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MeInfo

type MeInfo struct {
	Username string `json:"username"`
	ID       int    `json:"id"`
	FullName string `json:"full_name"`
}

type SoundCloudClient

type SoundCloudClient struct {
	ClientID  string
	AuthToken string
	UserAgent string
}

func (*SoundCloudClient) GetReq

func (sc *SoundCloudClient) GetReq(part string, respJs interface{}) error

type TrackInfo

type TrackInfo struct {
	ID      int    `json:"id"`
	UserID  int    `json:"user_id"`
	TagList string `json:"tag_list"`
	Title   string `json:"title"`
	URI     string `json:"uri"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL