Using tvmaze-recommender-ios-sdk with tvmaze.com

Swift integration

Install
# See https://github.com/tadeha/tvmaze-recommender-ios-sdk
List all tags
curl \
  -u "$API_USER:$API_PASS" \
  https://api.tvmaze.com/v1/user/tags
Validate your authentication credentials
curl \
  -u "$API_USER:$API_PASS" \
  https://api.tvmaze.com/v1/auth/validate
List the marked episodes
curl \
  -u "$API_USER:$API_PASS" \
  https://api.tvmaze.com/v1/user/episodes
SDK on GitHub 📄 API Docs
SDK
tvmaze-recommender-ios-sdk
Swift
API
tvmaze.com
tvmaze.com
Other SDKs for tvmaze.com
tvmaze-sdk
At a glance
Language Swift
Endpoints42
Base URLhttps://api.tvmaze.com/v1