-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added year, guid into urls #428
base: master
Are you sure you want to change the base?
Conversation
derSoerrn95
commented
Oct 8, 2018
- Added some more files to .gitignore
- added a function to return usermassinfo (cause in this data u can see daily gifts)
save requests into file
Codecov Report
@@ Coverage Diff @@
## master #428 +/- ##
==========================================
+ Coverage 51.61% 52.23% +0.61%
==========================================
Files 9 9
Lines 463 469 +6
Branches 39 39
==========================================
+ Hits 239 245 +6
Misses 221 221
Partials 3 3
Continue to review full report at Codecov.
|
why do u not update the and from parsed guid and year ? |
I don´t know if @oczkers wants to use it. so we can use it in the future if we want. |
core: get settings on launch futapi#429
Sure, what's the point of making additional request if it's not used anywhere :-)? This change is good but i tried to avoid it because we've got now two exactly the same requests for https://www.easports.com/de/fifa/ultimate-team/web-app/ - one is core and one in urls. |