Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit e99d444

Browse files
committed
Update README.md
1 parent b421401 commit e99d444

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ This plugin simply convert given base64 string into blob format and send the req
77

88
If you're dealing with image or file server that requires an `Authorization` token in the header, you might try this plugin (this is also the reason why I made this plugin), the source code is very simple, just an implementation of native HTTP request.
99

10+
11+
* [Installation](#user-content-installation)
12+
* [Examples](#user-content-usage)
13+
* [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token)
14+
* [Upload file](#user-content-upload-example--dropbox-files-upload-api)
15+
* [Multipart/form upload](user-content-multipartform-data-example--post-form-data-with-file-and-data)
16+
1017
## Installation
1118

1219
Install package from npm

0 commit comments

Comments
 (0)