Skip to content

Commit dce6033

Browse files
author
Pradeep Chhetri
committed
Updated README
1 parent a43430c commit dce6033

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# clj-useragent
22

33
A Clojure library designed to get list of user-agents over APIs.
4+
5+
## API Endpoints
6+
7+
| Endpoint | Response |
8+
| -----------------------------------------|:-----------------------------------------------------------:|
9+
| /user-agent | List of available user-agents |
10+
| /version/#{user-agent} | List all the versions of a particular useragent. |
11+
| /version/#{user-agent}/latest | List the latest version of a particular useragent. |
12+
| /user-agent-string/#{user-agent} | List all useragent string of a particular useragent. |
13+
| /user-agent-string/#{user-agent}/random | List a random useragent string of a particular useragent. |
14+
| /user-agent-string/#{user-agent}/latest | List the latest version of useragent string of a useragent. |
15+
| /user-agent-string/random | List a random useragent string of a random useragent. |

0 commit comments

Comments
 (0)