Skip to content

Commit e239e72

Browse files
authored
Merge pull request #119 from adamint/dev
update search endpoint, fix isTokenValid logic
2 parents 065f578 + 8226ae6 commit e239e72

File tree

186 files changed

+905
-425
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+905
-425
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
jcenter()
2929
}
3030
31-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.3.06'
31+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.3.08'
3232
```
3333

3434
To use the latest snapshot instead, you must add the Jitpack repository as well
@@ -50,7 +50,7 @@ dependencies {
5050
<dependency>
5151
<groupId>com.adamratzman</groupId>
5252
<artifactId>spotify-api-kotlin</artifactId>
53-
<version>2.3.06</version>
53+
<version>2.3.08</version>
5454
</dependency>
5555
5656
<repository>

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'kotlin'
2222
apply plugin: 'org.jetbrains.dokka'
2323

2424
group 'com.adamratzman'
25-
version '2.3.06'
25+
version '2.3.08'
2626

2727
archivesBaseName = 'spotify-api-kotlin'
2828

@@ -36,6 +36,7 @@ dependencies {
3636

3737
compile "com.squareup.moshi:moshi:1.8.0"
3838
compile "com.squareup.moshi:moshi-kotlin:1.8.0"
39+
compile group: 'org.json', name: 'json', version: '20190722'
3940

4041
compile "com.google.http-client:google-http-client:1.31.0"
4142

docs/allclasses-frame.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_221) on Sun Aug 11 13:38:39 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_221) on Tue Aug 13 21:44:31 EDT 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes</title>
8-
<meta name="date" content="2019-08-11">
8+
<meta name="date" content="2019-08-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -118,6 +118,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
118118
<li><a href="com/adamratzman/spotify/SpotifyRestAction.html" title="class in com.adamratzman.spotify" target="classFrame">SpotifyRestAction</a></li>
119119
<li><a href="com/adamratzman/spotify/SpotifyRestActionPaging.html" title="class in com.adamratzman.spotify" target="classFrame">SpotifyRestActionPaging</a></li>
120120
<li><a href="com/adamratzman/spotify/SpotifyScope.html" title="enum in com.adamratzman.spotify" target="classFrame">SpotifyScope</a></li>
121+
<li><a href="com/adamratzman/spotify/models/SpotifySearchResult.html" title="class in com.adamratzman.spotify.models" target="classFrame">SpotifySearchResult</a></li>
121122
<li><a href="com/adamratzman/spotify/endpoints/client/SpotifyTrackPositions.html" title="class in com.adamratzman.spotify.endpoints.client" target="classFrame">SpotifyTrackPositions</a></li>
122123
<li><a href="com/adamratzman/spotify/models/SpotifyUri.html" title="class in com.adamratzman.spotify.models" target="classFrame">SpotifyUri</a></li>
123124
<li><a href="com/adamratzman/spotify/models/SpotifyUriException.html" title="class in com.adamratzman.spotify.models" target="classFrame">SpotifyUriException</a></li>

docs/allclasses-noframe.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_221) on Sun Aug 11 13:38:39 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_221) on Tue Aug 13 21:44:31 EDT 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes</title>
8-
<meta name="date" content="2019-08-11">
8+
<meta name="date" content="2019-08-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -118,6 +118,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
118118
<li><a href="com/adamratzman/spotify/SpotifyRestAction.html" title="class in com.adamratzman.spotify">SpotifyRestAction</a></li>
119119
<li><a href="com/adamratzman/spotify/SpotifyRestActionPaging.html" title="class in com.adamratzman.spotify">SpotifyRestActionPaging</a></li>
120120
<li><a href="com/adamratzman/spotify/SpotifyScope.html" title="enum in com.adamratzman.spotify">SpotifyScope</a></li>
121+
<li><a href="com/adamratzman/spotify/models/SpotifySearchResult.html" title="class in com.adamratzman.spotify.models">SpotifySearchResult</a></li>
121122
<li><a href="com/adamratzman/spotify/endpoints/client/SpotifyTrackPositions.html" title="class in com.adamratzman.spotify.endpoints.client">SpotifyTrackPositions</a></li>
122123
<li><a href="com/adamratzman/spotify/models/SpotifyUri.html" title="class in com.adamratzman.spotify.models">SpotifyUri</a></li>
123124
<li><a href="com/adamratzman/spotify/models/SpotifyUriException.html" title="class in com.adamratzman.spotify.models">SpotifyUriException</a></li>

docs/com/adamratzman/spotify/AuthorizationType.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_221) on Sun Aug 11 13:38:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_221) on Tue Aug 13 21:44:20 EDT 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>AuthorizationType</title>
8-
<meta name="date" content="2019-08-11">
8+
<meta name="date" content="2019-08-13">
99
<meta name="keywords" content="com.adamratzman.spotify.AuthorizationType class">
1010
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

docs/com/adamratzman/spotify/BuilderKt.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_221) on Sun Aug 11 13:38:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_221) on Tue Aug 13 21:44:20 EDT 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>BuilderKt</title>
8-
<meta name="date" content="2019-08-11">
8+
<meta name="date" content="2019-08-13">
99
<meta name="keywords" content="com.adamratzman.spotify.BuilderKt class">
1010
<meta name="keywords" content="spotifyApi()">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/adamratzman/spotify/SpotifyAPI.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_221) on Sun Aug 11 13:38:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_221) on Tue Aug 13 21:44:20 EDT 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>SpotifyAPI</title>
8-
<meta name="date" content="2019-08-11">
8+
<meta name="date" content="2019-08-13">
99
<meta name="keywords" content="com.adamratzman.spotify.SpotifyAPI class">
1010
<meta name="keywords" content="getUseCache()">
1111
<meta name="keywords" content="setUseCache()">

docs/com/adamratzman/spotify/SpotifyAPIKt.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_221) on Sun Aug 11 13:38:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_221) on Tue Aug 13 21:44:20 EDT 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>SpotifyAPIKt</title>
8-
<meta name="date" content="2019-08-11">
8+
<meta name="date" content="2019-08-13">
99
<meta name="keywords" content="com.adamratzman.spotify.SpotifyAPIKt class">
1010
<meta name="keywords" content="getAuthUrlFull()">
1111
<meta name="keywords" content="getCredentialedToken()">

docs/com/adamratzman/spotify/SpotifyApiBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_221) on Sun Aug 11 13:38:28 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_221) on Tue Aug 13 21:44:20 EDT 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>SpotifyApiBuilder</title>
8-
<meta name="date" content="2019-08-11">
8+
<meta name="date" content="2019-08-13">
99
<meta name="keywords" content="com.adamratzman.spotify.SpotifyApiBuilder class">
1010
<meta name="keywords" content="enableAllUtilities()">
1111
<meta name="keywords" content="testTokenValidity()">

docs/com/adamratzman/spotify/SpotifyApiBuilderDsl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_221) on Sun Aug 11 13:38:28 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_221) on Tue Aug 13 21:44:20 EDT 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>SpotifyApiBuilderDsl</title>
8-
<meta name="date" content="2019-08-11">
8+
<meta name="date" content="2019-08-13">
99
<meta name="keywords" content="com.adamratzman.spotify.SpotifyApiBuilderDsl class">
1010
<meta name="keywords" content="credentials()">
1111
<meta name="keywords" content="authentication()">

0 commit comments

Comments
 (0)