This website requires JavaScript.
Explore
Help
Sign In
sarsoo
/
Spotify.NET
Watch
1
Star
0
Fork
0
You've already forked Spotify.NET
mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced
2024-12-25 23:46:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7f90dffe79
Spotify.NET
/
SpotifyAPI.Web
/
Models
/
Response
/
SnapshotResponse.cs
8 lines
112 B
C#
Raw
Normal View
History
Unescape
Escape
Finished shows, started playlists
2020-05-02 21:48:21 +01:00
namespace
SpotifyAPI.Web
{
public
class
SnapshotResponse
{
Made responses have public setters - needed for testing - removed old projects
2020-05-08 09:25:33 +01:00
public
string
SnapshotId
{
get
;
set
;
}
Finished shows, started playlists
2020-05-02 21:48:21 +01:00
}
}
Reference in New Issue
Copy Permalink