-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathusage
35 lines (35 loc) · 2.5 KB
/
usage
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
[API usage]<br>
<br>
base url = rahandiapi.herokuapp.com<br>
<br>
endpoint:<br>
/instapost/[username]/[post]?key=betakey<br>
/instainfo/[username]?key=betakey<br>
/instastory/[username]?key=betakey<br>
/imageapi?key=betakey&q=[query]<br>
/youtubeapi?key=betakey&q=[youtube link]<br>
/youtubeapi/search?key=betakey&q=[query]<br>
/lyricapi?key=betakey&q=[query]<br>
/visionAI/general?key=betakey&link=[direct link to image]<br>
/visionAI/food?key=betakey&link=[direct link to image]<br>
/visionAI/demographic?key=betakey&link=[direct link to image]<br>
/visionAI/celebrity?key=betakey&link=[direct link to image]<br>
/weatherAPI/city?key=betakey&city=[city to search]<br>
/weatherAPI/coord?key=betakey&lat=[latitude]&lng=[longitude]<br>
/sswebAPI?key=betakey&link=[website link]<br>
<br>
example:<br>
<a href="http://rahandiapi.herokuapp.com/instapost/rahandipasha/1?key=betakey">instapost</a><br>
<a href="http://rahandiapi.herokuapp.com/instainfo/anime.niisan?key=betakey">insainfo</a><br>
<a href="http://rahandiapi.herokuapp.com/instastory/rahandipasha?key=betakey">instastory</a><br>
<a href="http://rahandiapi.herokuapp.com/imageapi?key=betakey&q=dark">imageapi</a><br>
<a href="http://rahandiapi.herokuapp.com/youtubeapi?key=betakey&q=https://www.youtube.com/watch?v=VAIx8aNlpXU">youtubeapi</a><br>
<a href="http://rahandiapi.herokuapp.com/youtubeapi/search?key=betakey&q=indonesia">youtubeapi search</a><br>
<a href="http://rahandiapi.herokuapp.com/lyricapi?key=betakey&q=numb%20linkin%20park">lyricapi</a><br>
<a href="http://rahandiapi.herokuapp.com/visionAI/general?key=betakey&link=http://epilepsyu.com/wp-content/uploads/2014/01/happy-people-1050x600.jpg">visionAI general</a><br>
<a href="http://rahandiapi.herokuapp.com/visionAI/food?key=betakey&link=https://i.ytimg.com/vi/mEBFswpYms4/maxresdefault.jpg">visionAI food</a><br>
<a href="http://rahandiapi.herokuapp.com/visionAI/demographic?key=betakey&link=http://epilepsyu.com/wp-content/uploads/2014/01/happy-people-1050x600.jpg">visionAI demographic</a><br>
<a href="http://rahandiapi.herokuapp.com/visionAI/celebrity?key=betakey&link=http://epilepsyu.com/wp-content/uploads/2014/01/happy-people-1050x600.jpg">visionAI celebrity</a><br>
<a href="http://rahandiapi.herokuapp.com/weatherAPI/city?key=betakey&city=surabaya">weatherAPI city</a><br>
<a href="http://rahandiapi.herokuapp.com/weatherAPI/coord?key=betakey&lat=-7.246&lng=112.7378">weatherAPI coord</a><br>
<a href="http://rahandiapi.herokuapp.com/sswebAPI?key=betakey&link=google.com">sswebAPI</a><br>