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

Use new_quizzes and graphql keywords #653

Merged

Commits on May 11, 2024

  1. Use new_quizzes and graphql keywords

    Based on ucfopen#612 and as an issue in ucfopen#619, this adds the `new_quizzes` and
    `graphql` keyword endpoints in the requester module. Methods which
    specify these locations will have the correct URL supplied by the
    library in the `_url` parameter for the requester.
    
    Calls from the `canvas`, `course`, and `new_quizzes` modules have been
    updated to use they keywords rather than a formatted URL string.
    
    All tests passing.
    bennettscience committed May 11, 2024
    Configuration menu
    Copy the full SHA
    3e1eeff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    140cebc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Better variable checks

    Rearrange to check for `_url` first, then assign the request url more
    explicitely.
    bennettscience committed May 12, 2024
    Configuration menu
    Copy the full SHA
    34f5018 View commit details
    Browse the repository at this point in the history
  2. fix silly typos

    bennettscience committed May 12, 2024
    Configuration menu
    Copy the full SHA
    9b7436e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    228de80 View commit details
    Browse the repository at this point in the history