目录
目录README.md

DRLSetlistFM

A Setlist.fm API Swift Package

Description

This setlist.fm API Swift Package has been designed to give you easy access to setlist data in order to build fancy applications. This service provides methods to get both setlists and components of setlists such as artists, cities, countries or venues.

Requirements

… Understand how setlist.fm works (the FAQ and Guidelines are good starting points), … read this documentation carefully and … apply for an API key (link for logged in users only) - if you’re not a registered user yet, then register first (it’s free).

Internationalization

Most of the featured methods honor the ‘Accept-Language’ header. This header is used for localizing cities and countries. The default language is English (en), but you can provide any of the languages Spanish (es), French (fr), German (de), Portuguese (pt), Turkish (tr), Italian (it) or Polish (pl).

Installation

DRLSetlistFM is available as a Swift Package. To install it, simply add the following line to your ‘Package.swift’ file:

.package(url: "https://github.com/bdh777psu/DRLSetlistFM", branch: "main"),

API Keys

API keys must be included in the request with the ‘x-api-key’ header.

Header Example

DRLSetlistFM.customHeaders = ["Accept": "application/json", "Accept-Language": "en", "x-api-key": "'yourkeyhere'"]

Usage Example

SFMsearchsetlistsAPI.resourceSearchSetlistsGetSetlistsGET(artistName: "The Beatles") { data, error in
    if error != nil {
        print(error.debugDescription)
    } else {
        if let safeData = data {
            print(safeData)
        }
    }
}

Author

Diogo Lessa

License

DRLSetlistFM is available under the MIT license.

关于
68.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号