-
Notifications
You must be signed in to change notification settings - Fork 0
/
rest_requests.txt
39 lines (13 loc) · 1.12 KB
/
rest_requests.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
http://52.88.118.10:9090/oauth/authorize
?client_id=eldsClient&client_secret=secret
&grant_type=authorization_code
&response_type=code
&state=1442847752336
&redirect_uri=http%3A%2F%2F52.88.118.10%3A8080%2Flogin
http://52.88.118.10:8080/login?access_token=869479ea-ea65-4d7d-acb6-2d26398155e5
http://52.88.118.10:9090/proxy/default/sparql?access_token=869479ea-ea65-4d7d-acb6-2d26398155e5
http://52.88.118.10:9090/graphs/read?graphURI=<http://testpage.com>&access_token=869479ea-ea65-4d7d-acb6-2d26398155e5
http://52.88.118.10:9090/graphs/read?graphURI=%3Chttp://testpage.com%3E&access_token=869479ea-ea65-4d7d-acb6-2d26398155e5
http://52.88.118.10:9090/proxy/default/sparql?access_token=869479ea-ea65-4d7d-acb6-2d26398155e5&query=select * from <http://testpage.com> where {?s ?p ?o}
wget "http://52.88.118.10:9090/graphs/read?graphURI=%3Chttp://testpage.com%3E&access_token=869479ea-ea65-4d7d-acb6-2d26398155e5" --header 'Content-Type: text/html'
http://52.88.118.10:9090/proxy/default/sparql?access_token=869479ea-ea65-4d7d-acb6-2d26398155e5&query=select%20*%20from%20%3Chttp://testpage.com%3E%20where%20{?s%20?p%20?o}