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

Introduce a type safe api #149

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Introduce a type safe api #149

wants to merge 7 commits into from

Commits on Nov 5, 2021

  1. Add a multiplexed stream decoder.

    See https://docs.docker.com/engine/api/v1.41/#operation/ContainerAttach for the stream format documentation.
    
    Handling the .../logs endpoints would work without the custom interceptor, when the response content-type would be set correctly :-/
    See #21 for details.
    gesellix committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    b5a9979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6ea1f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c007d6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88fc3ef View commit details
    Browse the repository at this point in the history
  5. chore (1)

    gesellix committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    eced453 View commit details
    Browse the repository at this point in the history
  6. chore (2)

    gesellix committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    46c5216 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b95b1e2 View commit details
    Browse the repository at this point in the history