https://github.com/isfakeaccount/api-psn
A Ruby wrapper that allows you to get your Games, Trophies and Activity and more from the PlayStation Network API.
https://github.com/isfakeaccount/api-psn
Last synced: 12 months ago
JSON representation
A Ruby wrapper that allows you to get your Games, Trophies and Activity and more from the PlayStation Network API.
- Host: GitHub
- URL: https://github.com/isfakeaccount/api-psn
- Owner: isFakeAccount
- Created: 2021-02-19T23:29:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T05:24:03.000Z (over 5 years ago)
- Last Synced: 2025-07-08T20:54:57.239Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PlayStationNetwork::API
Retrieve User Information, Trophies, Game and Store data from the PlayStation Network
## Development
While I work on a proper documentation on how to use this gem, please refer to this issue on how to install and use it: https://github.com/games-directory/api-psn/issues/1
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/games-directory/api-playstationnetwork/. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The MIT License (MIT)
Copyright (c) 2020 Vlad Radulescu, Studio51 Solutions, Studio51 Gaming Solutions, games.directory
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.