File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
# clj-useragent
2
2
3
3
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. |
You can’t perform that action at this time.
0 commit comments