You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ImageAPI
2
2
This project is experimenting with different providers of cloud based web hooks and storage.
3
-
Please see the  below to see the completion rates for various providers.
3
+
Please see the [Phases](#phases) below to see the completion rates for various providers.
4
4
5
5
The base use case is the ability to upload remote images into a cloud storage bucket as well as to retrieve and resize them.
6
6
(Note: some providers have resizing capabilities inbuilt [eg. GCP], this project will examine other methods to implement the same)
@@ -29,7 +29,7 @@ User will interact with a single REST endpoint (/images) through GET and PUT req
29
29
<aname="phases"/>
30
30
31
31
## Phases
32
-
32
+
33
33
### Phase 1
34
34
35
35
The goal of Phase 1 is to put together a basic upload/download API. It should be able to concurrently stream upload from a remote url. It should be able to provide both a stream download directly and a url-based access point.
0 commit comments