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

File Upload #265

Closed
Beaverkilla opened this issue Apr 8, 2019 · 3 comments
Closed

File Upload #265

Beaverkilla opened this issue Apr 8, 2019 · 3 comments
Assignees
Labels

Comments

@Beaverkilla
Copy link

Wiremock supports file uploading/downloading/deletion through the path __admin/files/{filename}, it'd be good if there was a WireMock.Net equivalent for file operations while testing etc.

@JackCreativeCrew
Copy link
Contributor

JackCreativeCrew commented Apr 8, 2019

I've written some code to enable GET/PUT/DELETE for files to this endpoint.

EDIT: #266

@StefH StefH self-assigned this Apr 8, 2019
@StefH StefH added the feature label Apr 8, 2019
@StefH
Copy link
Collaborator

StefH commented Apr 8, 2019

@Beaverkilla good idea!
@JackCreativeCrew thanks for the initial code

I did update the code, and also added a PostFile.
Can you review PR?

@StefH
Copy link
Collaborator

StefH commented Apr 11, 2019

Code is merged to master, a new NuGet will be created today....

@StefH StefH closed this as completed Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants