spotify-web-api-kotlin
/
com.adamratzman.spotify.http
/
HttpRequestMethod
common
Http
Request
Method
enum
HttpRequestMethod
:
Enum
<
HttpRequestMethod
>
Content copied to clipboard
Entries
Properties
Sources
Entries
DELETE
Link copied to clipboard
common
DELETE
(HttpMethod.Delete)
Content copied to clipboard
PUT
Link copied to clipboard
common
PUT
(HttpMethod.Put)
Content copied to clipboard
POST
Link copied to clipboard
common
POST
(HttpMethod.Post)
Content copied to clipboard
GET
Link copied to clipboard
common
GET
(HttpMethod.Get)
Content copied to clipboard
Properties
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard
Sources
common source
Link copied to clipboard