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

#18: Allow embed=[] in methods and embed resources in response #20

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

Commits on Nov 20, 2024

  1. the-library-code#18: Allow embed=[] in get_bitstreams and embed forma…

    …t in response
    
    _embedded in HALResource
    new BitstreamFormat model
    get_bitstreams takes e.g. (embeds=['format'])
    kshepherd committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    fbfbb1b View commit details
    Browse the repository at this point in the history
  2. Allow 'embed' in most get/create/update methods

    optional list of resources to embed instead of just link
    kshepherd committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    cc74c8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b77564 View commit details
    Browse the repository at this point in the history
  4. Fix typos

    kshepherd committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    88e0ec5 View commit details
    Browse the repository at this point in the history