psn_rs 0.1.0

Interact with PlayStation Network API in full Rust!
Documentation
1
2
3
// ENDPOINTS URLS
pub(crate) const ACCOUNT_ENDPOINT_URL: &str = "https://dms.api.playstation.com/api";
pub(crate) const TROPHIES_ENDPOINT_URL: &str = "https://m.np.playstation.com/api/trophy/v1";