Skip to content

Commit

Permalink
trophy and iterator things
Browse files Browse the repository at this point in the history
  • Loading branch information
Tustin committed Dec 2, 2020
1 parent b00d65d commit be721af
Show file tree
Hide file tree
Showing 38 changed files with 1,058 additions and 1,875 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"guzzlehttp/guzzle": "^7.0",
"php": "^7.2",
"tustin/haste": "^1.0",
"nesbot/carbon": "^2.41"
"nesbot/carbon": "^2.41",
"myclabs/php-enum": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "^8.1"
Expand Down
52 changes: 51 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions intercept.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// https://my.account.sony.com/central/signin/?duid=00000007000901002ffe132f3275f2c6c581276b3b3ea1c581a41f31a9fa4bb9194d7a8cf2604a37&response_type=code&client_id=e4a62faf-4b87-4fea-8565-caaabb3ac918&scope=web%3Acore&access_type=offline&state=335d242f0d66f8e0fc7d8f98ccec05764ed91022a5b5f110c38f68f7849657cf&service_entity=urn%3Aservice-entity%3Apsn&ui=pr&redirect_uri=https%3A%2F%2Fweb.np.playstation.com%2Fapi%2Fsession%2Fv1%2Fsession%3Fredirect_uri%3Dhttps%253A%252F%252Fstore.playstation.com%252Fen-us%252Flatest%26x-psn-app-ver%3D%2540sie-ppr-web-session%252Fsession%252Fv4.3.2&auth_ver=v3&error=login_required&error_code=4165&error_description=User+is+not+authenticated&no_captcha=true&cid=05eaf704-f788-47c1-8e6e-ecbaa1dde877#/signin/ca?entry=ca
(function(open) {
XMLHttpRequest.prototype.open = function(method, url, async, user, pass) {

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Api.php → src/Api.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Tustin\PlayStation\Api;
namespace Tustin\PlayStation;

use GuzzleHttp\Client;

Expand Down
81 changes: 0 additions & 81 deletions src/Api/Comment.php

This file was deleted.

Loading

0 comments on commit be721af

Please sign in to comment.