Skip to content
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

Swiss.js and Tests #13

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Swiss.js and Tests #13

wants to merge 12 commits into from

Commits on Aug 13, 2023

  1. New dependecies.

    Add dotenv and jest for testing purposes.
    ariemad committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7f81f73 View commit details
    Browse the repository at this point in the history
  2. Add account tests

    ariemad committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    5dcd7de View commit details
    Browse the repository at this point in the history
  3. Add clients tests

    ariemad committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    89cc456 View commit details
    Browse the repository at this point in the history
  4. Add games tests. Update games.

    Parsed current method
    Removed currentTv method.
    ariemad committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f4db422 View commit details
    Browse the repository at this point in the history
  5. Add relations test. Update relations.

    Removed followers.
    Changed following path.
    ariemad committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    3a28ce2 View commit details
    Browse the repository at this point in the history
  6. Add users test. Update relations.

    Removed listByTitle.
    Changed listByTeamId path.
    Changed liveStreams path.
    ariemad committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    8597f71 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Update README.md

    Updated API Coverage
    ariemad committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a93f9d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Renamed client.tests.js to oauth.tests.js

    Access tokens tested with appropriate lichess API.
    Tests are more descriptive.
    ariemad committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    028105a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Fix oath.test.js

    Access Token may not have expire data,  null is a expected value.
    ariemad committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    54a6453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30e880d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Added Swiss tournament documentation.
    Tournament Swiss Update not added because Lichess API is not working.
    Removed documentation of deprecated functions.
    ariemad committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    189b1a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Fix Swiss.js

    Update a Swiss tournament function and tests fixed
    ariemad committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ca5b27c View commit details
    Browse the repository at this point in the history