fuget.org
ParkSquare.SkyTv
by Jon Meesam
4.1.5
26 Nov 19
Toggle Dropdown
Version 8
8.0.0
22 Jun 24
Version 5
5.0.15
19 Aug 22
5.0.14
22 Nov 21
5.0.12
16 May 21
5.0.10
19 Apr 21
Version 4
4.1.6
26 Nov 19
4.1.5
26 Nov 19
4.1.0
26 Nov 19
4.0.2
25 Nov 19
4.0.1
24 Nov 19
4.0.0
23 Nov 19
Version 3
3.1.0
12 Sep 19
3.0.3
2 Jul 19
3.0.2
5 Jun 19
3.0.1
4 Jun 19
3.0.0
4 Jun 19
API Diff
with 4.1.6
Toggle Dropdown
Version 8
8.0.0
22 Jun 24
Version 5
5.0.15
19 Aug 22
5.0.14
22 Nov 21
5.0.12
16 May 21
5.0.10
19 Apr 21
Version 4
4.1.6
26 Nov 19
4.1.5
26 Nov 19
4.1.0
26 Nov 19
4.0.2
25 Nov 19
4.0.1
24 Nov 19
4.0.0
23 Nov 19
Version 3
3.1.0
12 Sep 19
3.0.3
2 Jul 19
3.0.2
5 Jun 19
3.0.1
4 Jun 19
3.0.0
4 Jun 19
ParkSquare.SkyTv.4.1.5.nupkg
nuget.org
www.parksq.co.uk
License
<
PackageReference
Include
=
"ParkSquare.SkyTv"
Version
=
"4.1.5"
/>
Frameworks
netstandard2.0
Dependencies
Newtonsoft.Json 12.0.3
ParkSquare.RestClient 2.4.2
Rssdp 4.0.2
API Diff between 4.1.5 and 4.1.6
9
Additions
12
Removals
ParkSquare.SkyTv
public
interface
IRestClient
public
class
RestClient
:
IRestClient
public
class
RestClientResponse
ParkSquare.SkyTv.Epg
public
class
EpgService
:
IEpgService
public
EpgService
(
IRestClient
restClient
)
public
EpgService
(
IRestClient
restClient
)
ParkSquare.SkyTv.SetTopBox
public
class
ApiClient
:
IApiClient
public
ApiClient
(
IRestClient
restClient
,
IPAddress
ipAddress
)
public
Task
<
bool
>
CancelRecordingAsync
(
string
pvrId
)
public
Task
<
bool
>
DeleteRecordingAsync
(
string
pvrId
,
bool
permanentlyDelete
=
false
)
public
ApiClient
(
IRestClient
restClient
,
IPAddress
ipAddress
)
public
Task
CancelRecordingAsync
(
string
pvrId
)
public
Task
DeleteRecordingAsync
(
string
pvrId
,
bool
permanentlyDelete
=
false
)
public
Task
<
bool
>
RecordProgrammeAsync
(
string
eventId
,
bool
seriesLink
=
false
)
public
Task
RecordProgrammeAsync
(
string
eventId
,
bool
seriesLink
=
false
)
public
class
ApiClientFactory
:
IApiClientFactory
public
ApiClientFactory
(
IRestClient
restClient
)
public
ApiClientFactory
(
IRestClient
restClient
)
public
interface
IApiClient
Task
<
bool
>
CancelRecordingAsync
(
string
pvrId
)
Task
<
bool
>
DeleteRecordingAsync
(
string
pvrId
,
bool
permanentlyDelete
=
false
)
Task
CancelRecordingAsync
(
string
pvrId
)
Task
DeleteRecordingAsync
(
string
pvrId
,
bool
permanentlyDelete
=
false
)
Task
<
bool
>
RecordProgrammeAsync
(
string
eventId
,
bool
seriesLink
=
false
)
Task
RecordProgrammeAsync
(
string
eventId
,
bool
seriesLink
=
false
)