constants

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultBaseURL is the base URL for the iTunes Search API.
	DefaultBaseURL = "https://itunes.apple.com"

	// EndpointSearch is the path for the iTunes Search endpoint.
	EndpointSearch = "/search"

	// EndpointLookup is the path for the iTunes Lookup endpoint.
	EndpointLookup = "/lookup"

	// ApplicationJSON is the MIME type for JSON content.
	ApplicationJSON = "application/json"

	// DefaultLimit is the default number of results to return.
	DefaultLimit = 50

	// MaxLimit is the maximum number of results the API accepts.
	MaxLimit = 200
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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