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

Download an attachment from an observable #266

Merged

Commits on Dec 21, 2022

  1. Download an attachment from an observable

    Add a method to download an attachment from the observableendpoint class and be able to retrieve a file from a given observable.
    The download can also be done with a zip and the parameter as_zip.
    mike1796 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    140a27e View commit details
    Browse the repository at this point in the history
  2. Rename attachment_path to observable_path

    Renaming of the variable attachment_path to observable_path to be better align with the existing name conventions.
    mike1796 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    7e5e54b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Lint code for check validation

    Reindent code in order to have lines that have less than 88 characters in order to pass the CI check
    mike1796 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    737371f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Fix flake8 and typo

    Remove space and add a double quote in order to fix flake8 and validate CI
    mike1796 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2dfe0e1 View commit details
    Browse the repository at this point in the history