Skip to content

Commit

Permalink
Valorant support (closes #54)
Browse files Browse the repository at this point in the history
* Updated module name, might be reverted for a future pull-request to the original repository

* Updated go.mod

* Create go.yml

* Delete ci.yml

* Added challenges endpoint

* Added valorant endpoints

* Changed repository name to the original

* Revert "Changed repository name to the original"

This reverts commit 69197ed.

* Fixed PR review requests

* Renamed go.yml to make it compatible with base repository

* Fix wrong tests

* Fix lint issues regarding comments

* Fix naming in README.md

* Fix linting issues

* Merged changes from dev

* Update README.md

* lintin fixes

* goimports re-run

* lint fix again.

* lint fix again.

* lint fix again.

* lint fix again.

* Add codecov config

* changed test cases for coverage

* fix: Fix linting & test problems, run gofmt & goimports on all files

* fix: Fix PR review issues

* fix: lint long lines

* fix: lint long lines for endpointChallengesLeaderboards

* fix: endpointChallengesLeaderboards split into two variables because of linting check

* fix: Add client test

* fix: linting issue in new client test for val

* fix: run goimports
  • Loading branch information
yigithanbalci authored Nov 6, 2023
1 parent fe6add7 commit 53eab1e
Show file tree
Hide file tree
Showing 43 changed files with 2,421 additions and 921 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
file: ./coverage.txt
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![codecov](https://codecov.io/gh/KnutZuidema/golio/branch/master/graph/badge.svg)](https://codecov.io/gh/KnutZuidema/golio)

# Golio

Golio is a wrapper for the Riot API and the Data Dragon service.
It is written purely in Go and provides idiomatic access to all
API endpoints.
Expand All @@ -19,7 +19,7 @@ import (
"net/http"

"github.com/KnutZuidema/golio"
"github.com/KnutZuidema/golio/api"
"github.com/KnutZuidema/golio/api"
log "github.com/sirupsen/logrus"
)

Expand Down
Loading

0 comments on commit 53eab1e

Please sign in to comment.