Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SVAdithya authored Oct 7, 2024
1 parent 4d508ce commit a53bee5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Azure study

- For upload file

`curl --location --request POST 'http://localhost:8080/api/files/upload' \
--form 'file=@"/Users/adithya/Desktop/Screenshot 2024-10-08 at 2.53.33 AM.png"'
`

- Download file

` curl --location --request GET 'localhost:8080/api/files/download/37e5d8af-966a-3d03-9eda-ea7b603bd157'
`

- Delete file

` curl --location --request DELETE 'localhost:8080/api/files/37e5d8af-966a-3d03-9eda-ea7b603bd157'
`
- Get Files list

` curl --location --request GET 'localhost:8080/api/files/37e5d8af-966a-3d03-9eda-ea7b603bd157/metadata'
`

0 comments on commit a53bee5

Please sign in to comment.