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

utils.rb + test #67

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

Commits on Mar 22, 2021

  1. utils.rb + test

    This file is supported by test. It respond to the util/utils.py file in the Python version. Test added to prove it's working. Now I can use these 3 methods for models.
    Hel5Sou committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    4936db8 View commit details
    Browse the repository at this point in the history
  2. keep the naming same as within the Python

    Just changes to keep the naming same as within the Python SDK. Adding util.rb file to keep it working with the new Utils module and methods
    Hel5Sou committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    5da9de1 View commit details
    Browse the repository at this point in the history
  3. Endpoints (API) and hash dictionary (matrix)

    Endpoints - the endpoints.py v2 and hash dictionary (matrix) in the constants.rb file (same as the constants.py file)
    Hel5Sou committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    6e8dc81 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Adding more files within the models

    I'm adding more files. From the Python SDK v2 branch to Ruby translation.  Also adding these which weren't created within the Python SDK v1 to this Ruby new one.
    Hel5Sou committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    6d4b2e8 View commit details
    Browse the repository at this point in the history