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

Homework API should provide a download link to files in the homework #33

Open
mitchharvey opened this issue Nov 5, 2018 · 0 comments
Open

Comments

@mitchharvey
Copy link
Collaborator

Expected Behavior

when requesting homework info for specific homework:

GET /1/homework/8a9a01ad-186c-42c8-b17b-7efd1c085388

response includes download URLs:

[
    name: "Project 2",
    numFiles: 2,
    totalPoints: 100,
    {
        name: "project2-ddl-dml.zip",
        size: "1K",
        type: ".zip",
        url: "https://my.gcc.edu/ICS/icsfs/project2-ddl-dml.zip?target=2aee5fb8-fc2c-4fd8-f72d-629f2493f163"
    },
    {
        name: "COMP 244-project2.docx",
        size: "25K"
        type: ".docx",
        url: "https://my.gcc.edu/ICS/icsfs/COMP_244-project2.docx?target=21331f6e-03f9-4c52-fd1f-f7611df7548f",
    }
]

Actual Behavior

No such API exists.

Specifications

  • Version: All
  • Platform: All
  • Subsystem: All
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant