Skip to content

Commit

Permalink
Merge branch 'release/8.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Sep 28, 2023
2 parents cc1536c + e8b1534 commit ddae558
Show file tree
Hide file tree
Showing 945 changed files with 2,846 additions and 2,832 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/maven.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
name: CI

on: [create, pull_request, push]
on: [pull_request, push]

jobs:
prepare_jobs:
name: 'Prepare: job optimization'
runs-on: ubuntu-latest
outputs:
pr_found: ${{ steps.pr.outputs.pr_found }}
steps:
- name: Get current PR
id: pr
uses: 8BitJonny/gh-get-current-pr@2.2.0
with:
filterOutClosed: true
sha: ${{ github.event.pull_request.head.sha }}
build:
needs: prepare_jobs
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| You **cannot** use this library for Android app development. Have a look at [adamint/spotify-web-api-kotlin](https://www.github.com/adamint/spotify-web-api-kotlin), [kaaes/spotify-web-api-android](https://www.github.com/kaaes/spotify-web-api-android) and [Spotify's Android SDK](https://developer.spotify.com/technologies/spotify-android-sdk/) and [see why](https://github.com/thelinmichael/spotify-web-api-java/issues/120#issuecomment-363266591). |

# Spotify Web API Java
[![CI](https://github.com/spotify-web-api-java/spotify-web-api-java/actions/workflows/maven.yml/badge.svg)](https://github.com/spotify-web-api-java/spotify-web-api-java/actions/workflows/maven.yml) [![codecov](https://codecov.io/gh/spotify-web-api-java/spotify-web-api-java/branch/develop/graph/badge.svg)](https://codecov.io/gh/spotify-web-api-java/spotify-web-api-java)
[![CI](https://github.com/spotify-web-api-java/spotify-web-api-java/actions/workflows/ci.yml/badge.svg)](https://github.com/spotify-web-api-java/spotify-web-api-java/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/spotify-web-api-java/spotify-web-api-java/branch/develop/graph/badge.svg)](https://codecov.io/gh/spotify-web-api-java/spotify-web-api-java)

This is a Java wrapper/client for the [Spotify Web API](https://developer.spotify.com/web-api/).

Expand Down Expand Up @@ -35,7 +35,7 @@ Latest official release:
<dependency>
<groupId>se.michaelthelin.spotify</groupId>
<artifactId>spotify-web-api-java</artifactId>
<version>8.2.0</version>
<version>8.2.1</version>
</dependency>
```

Expand All @@ -52,7 +52,7 @@ Latest snapshot:

Latest official release:
```Gradle
implementation 'se.michaelthelin.spotify:spotify-web-api-java:8.2.0'
implementation 'se.michaelthelin.spotify:spotify-web-api-java:8.2.1'
```

Latest snapshot:
Expand Down
6 changes: 3 additions & 3 deletions docs/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>All Classes and Interfaces (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>All Classes and Interfaces (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>All Packages (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>All Packages (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Constant Field Values (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Constant Field Values (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/help-doc.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>API Help (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>API Help (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="help">
<meta name="generator" content="javadoc/HelpWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/index-all.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Index (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Index (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="index">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Overview (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Overview (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/PackageIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -49,7 +49,7 @@
<div class="flex-content">
<main role="main">
<div class="header">
<h1 class="title">Spotify Web API Java Client 8.2.0 API</h1>
<h1 class="title">Spotify Web API Java Client 8.2.1 API</h1>
</div>
<div id="all-packages-table">
<div class="caption"><span>Packages</span></div>
Expand Down
6 changes: 3 additions & 3 deletions docs/overview-summary.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Spotify Web API Java Client 8.2.0 API</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Spotify Web API Java Client 8.2.1 API</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="index redirect">
<meta name="generator" content="javadoc/IndexRedirectWriter">
<link rel="canonical" href="index.html">
Expand Down
6 changes: 3 additions & 3 deletions docs/overview-tree.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Class Hierarchy (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Class Hierarchy (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="class tree">
<meta name="generator" content="javadoc/TreeWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/se/michaelthelin/spotify/Base64.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Base64 (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Base64 (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="declaration: package: se.michaelthelin.spotify, class: Base64">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/se/michaelthelin/spotify/IHttpManager.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>IHttpManager (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>IHttpManager (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="declaration: package: se.michaelthelin.spotify, interface: IHttpManager">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/se/michaelthelin/spotify/SpotifyApi.Builder.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>SpotifyApi.Builder (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>SpotifyApi.Builder (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="declaration: package: se.michaelthelin.spotify, class: SpotifyApi, class: Builder">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/se/michaelthelin/spotify/SpotifyApi.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>SpotifyApi (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>SpotifyApi (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="declaration: package: se.michaelthelin.spotify, class: SpotifyApi">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/se/michaelthelin/spotify/SpotifyApiThreading.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>SpotifyApiThreading (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>SpotifyApiThreading (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="declaration: package: se.michaelthelin.spotify, class: SpotifyApiThreading">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/se/michaelthelin/spotify/SpotifyHttpManager.Builder.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>SpotifyHttpManager.Builder (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>SpotifyHttpManager.Builder (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="declaration: package: se.michaelthelin.spotify, class: SpotifyHttpManager, class: Builder">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/se/michaelthelin/spotify/SpotifyHttpManager.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>SpotifyHttpManager (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>SpotifyHttpManager (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="declaration: package: se.michaelthelin.spotify, class: SpotifyHttpManager">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/se/michaelthelin/spotify/class-use/Base64.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Uses of Class se.michaelthelin.spotify.Base64 (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Uses of Class se.michaelthelin.spotify.Base64 (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="use: package: se.michaelthelin.spotify, class: Base64">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/se/michaelthelin/spotify/class-use/IHttpManager.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Uses of Interface se.michaelthelin.spotify.IHttpManager (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Uses of Interface se.michaelthelin.spotify.IHttpManager (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="use: package: se.michaelthelin.spotify, interface: IHttpManager">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Uses of Class se.michaelthelin.spotify.SpotifyApi.Builder (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Uses of Class se.michaelthelin.spotify.SpotifyApi.Builder (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="use: package: se.michaelthelin.spotify, class: SpotifyApi, class: Builder">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/se/michaelthelin/spotify/class-use/SpotifyApi.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Uses of Class se.michaelthelin.spotify.SpotifyApi (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Uses of Class se.michaelthelin.spotify.SpotifyApi (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="use: package: se.michaelthelin.spotify, class: SpotifyApi">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Uses of Class se.michaelthelin.spotify.SpotifyApiThreading (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Uses of Class se.michaelthelin.spotify.SpotifyApiThreading (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="use: package: se.michaelthelin.spotify, class: SpotifyApiThreading">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Wed Sep 27 22:56:11 CEST 2023 -->
<title>Uses of Class se.michaelthelin.spotify.SpotifyHttpManager.Builder (Spotify Web API Java Client 8.2.0 API)</title>
<!-- Generated by javadoc (21) on Thu Sep 28 02:10:13 CEST 2023 -->
<title>Uses of Class se.michaelthelin.spotify.SpotifyHttpManager.Builder (Spotify Web API Java Client 8.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-27">
<meta name="dc.created" content="2023-09-28">
<meta name="description" content="use: package: se.michaelthelin.spotify, class: SpotifyHttpManager, class: Builder">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down

0 comments on commit ddae558

Please sign in to comment.