-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adding V2 stats as the main and moving V1 stats to their own V1 calls to be deprecated later #4
Open
Fyb3roptik
wants to merge
39
commits into
henhouse:master
Choose a base branch
from
Fyb3roptik:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+653
−138
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
1091fb1
Added Proxy Support
Fyb3roptik a89d8cc
adjusting timeout
Fyb3roptik dc0a24c
Updated session to return error instead of panic
Fyb3roptik f0fcc71
session updates for err
Fyb3roptik b8db291
Adding V2 Stats for testing
Fyb3roptik d9ebdcd
fixing a couple of items for v2
Fyb3roptik 618c336
fixing url
Fyb3roptik c7ab033
Adding completely new endpoint for V2
Fyb3roptik fe95c13
fixing the endpoint
Fyb3roptik f9cc69b
Trying to patch endpoint url
Fyb3roptik 85b8988
Should fix the v2 stats endpoint finally
Fyb3roptik cc7ed02
Remapping V2 data to the Player model. There are no more platforms, s…
Fyb3roptik d818e8a
Fixing stats adding incorrectly
Fyb3roptik eff61d0
Adding some debugging for figuring out stat counter issue
Fyb3roptik 9ac8f00
Added more debug logging
Fyb3roptik 9544c74
moving debug log
Fyb3roptik 20f1f81
Update epic.go
Fyb3roptik a4e2164
Potential fix for counting all stats as one
Fyb3roptik 7959d41
small minor debug log move
Fyb3roptik 54faa57
Update epic.go
Fyb3roptik bef2e9d
Patching v2 stats counter as well as added raw stats
Fyb3roptik 10a5029
Updating all endpoints to V2. Updated README. Renamed package name to…
Fyb3roptik 6e41c0b
Adding account info stuff back
Fyb3roptik f13b9b0
Adding support for V1 stats for backwards compatibility
Fyb3roptik b7c92a6
Adding 2FA endpoint, removing error string before json
Fyb3roptik 420efc3
Adding 2FA login
Fyb3roptik 3997204
Adding input type to the return stats
Fyb3roptik 7fb5a0e
Patching a bug
Fyb3roptik 0f83ae1
Updating README
Fyb3roptik dcfd025
Added last modified field to stats return for v2
Fyb3roptik f87af7e
AUTH updates
Fyb3roptik 463e6d1
Patching client
Fyb3roptik b04abe0
Pushing updates
Fyb3roptik fffbf1f
Pushing updates
Fyb3roptik 14f6668
Updating for 2fa
Fyb3roptik d6490df
Adding level and percent to next level
Fyb3roptik 3a83daf
Adding check for privacy settings
Fyb3roptik a302dc6
Updating stats endpoint
Fyb3roptik af514bb
Making final Stats a pointer for nil check
Fyb3roptik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switch back to spaces instead of tabs in here.