Skip to content

Conversation

clue
Copy link
Owner

@clue clue commented Sep 7, 2019

// old: deprecated
$promise = $client->containerCopy($container, $path);
$stream = $client->containerCopyStream($container, $path);

// new
$promise = $client->containerArchive($container, $path);
$stream = $client->containerArchiveStream($container, $path);

Builds on top of #47 and #42
Resolves #41

@clue clue added this to the v0.3.0 milestone Sep 7, 2019
@clue clue changed the title Add containerArchive() and containerArchiveStream() methods Add containerArchive() and containerArchiveStream() methods and deprecate containerCopy() and containerCopyStream() Sep 7, 2019
@clue clue merged commit 5a1b473 into clue:master Sep 7, 2019
@clue clue deleted the archive branch September 7, 2019 13:36
@clue clue modified the milestones: v0.3.0, v1.0.0 Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add container archive API endpoints
1 participant