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

Overload method void uploadFile(String doi, File file); to void uploadFile(String doi, InputStream is, String filename); #13

Merged
merged 4 commits into from
Nov 17, 2022

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    2548e9a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    62582c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d8040f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. UPDATED: Performing requested changes from pull request #13 or relate…

    …d to previous changes in this PR: Changed name of variable and changed javadoc from uploadFile method, delegated implementation of one of the uploadFile implementation to the other to avoid duplication, split line of deposit for being too long
    AleixMT committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1f644b7 View commit details
    Browse the repository at this point in the history