A Simple PSN API wrapper
This is a working in progress. It have limit API functions for now.
Usage:
add psn_api_rs = { git = "https://github.com/fakeshadow/psn_api_rs" features = ["client"]}
to cargo.toml.
remove features = ["client"]
if you don't want to use build in http client.(See more in documentation)
Features:
Use actix-web-client as http client connecting to PSN network. Get psn user profile, trophies, games info Receive/send PSN messages. Get PSN store info.
Documentation:
please use cargo doc
for now.
Known limitaion:
Performance could be really bad when running on some windows system.