PsnApiWrapperNet 1.3.0
dotnet add package PsnApiWrapperNet --version 1.3.0
NuGet\Install-Package PsnApiWrapperNet -Version 1.3.0
<PackageReference Include="PsnApiWrapperNet" Version="1.3.0" />
paket add PsnApiWrapperNet --version 1.3.0
#r "nuget: PsnApiWrapperNet, 1.3.0"
// Install PsnApiWrapperNet as a Cake Addin #addin nuget:?package=PsnApiWrapperNet&version=1.3.0 // Install PsnApiWrapperNet as a Cake Tool #tool nuget:?package=PsnApiWrapperNet&version=1.3.0
PsnApiWrapperNet
PSN API Wrapper .NET (PAWN) is a tool to fetch PlayStation Network data.
About
PAWN is a simple tool to fetch trophy data from PlayStation systems. In order to use this tool so does it need an active npsso token, which can be found here once you have logged in on your PlayStation account: https://ca.account.sony.com/api/v1/ssocookie
Here are some unofficial documentation about the API: https://github.com/andshrew/PlayStation-Trophies
Install
Install using nuget, https://www.nuget.org/packages/PsnApiWrapperNet
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added some new response values.
- Removed some values that doesn't seem supported anymore.
- Refactoring.
- Extended the test cases quite a lot.