Skip to content

Commit a4a3cbe

Browse files
committed
Add a table of contents to the README.
1 parent 7538151 commit a4a3cbe

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55
This is a library, providing some core functionality for an Android App aiming
66
to implement the API of the [Proxer.me](https://proxer.me/) website.
77

8+
### Table of contents
9+
10+
- [Including in your project](#including-in-your-project)
11+
- [Usage](#usage)
12+
- [Initialization](#initialization)
13+
- [Making a request](#making-a-request)
14+
- [Cancelling a request](#cancelling-a-request)
15+
- [Error handling](#error-handling)
16+
- [UrlHolder](#urlholder)
17+
- [Cleanup](#cleanup)
18+
- [Managing Cookies](#managing-cookies)
19+
- [More](#more)
20+
- [Architecture](#architecture)
21+
- [Organisation](#organisation)
22+
- [Experimental APIs](#experimental-apis)
23+
- [Dependencies](#dependencies)
24+
825
### Including in your project
926

1027
Add this to your project build.gradle:

0 commit comments

Comments
 (0)