Skip to content

Commit daf5689

Browse files
updated doco
1 parent e69a4e9 commit daf5689

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ImageAPI
22
This project is experimenting with different providers of cloud based web hooks and storage.
3-
Please see the Phases below to see the completion rates for various providers.
3+
Please see the ![Phases](#phases) below to see the completion rates for various providers.
44

55
The base use case is the ability to upload remote images into a cloud storage bucket as well as to retrieve and resize them.
66
(Note: some providers have resizing capabilities inbuilt [eg. GCP], this project will examine other methods to implement the same)
@@ -26,6 +26,7 @@ User will interact with a single REST endpoint (/images) through GET and PUT req
2626

2727
![Image API PUT sequence](/doc_assets/PUT.png)
2828

29+
<a name="phases"/>
2930
## Phases
3031
### Phase 1
3132
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

Comments
 (0)