Home

Awesome

Rest.li API Hub

API Hub is a web UI for browsing and searching a catalog of rest.li APIs.

Features:

<p align="center"><img width="600" src=https://github.com/linkedin/rest.li-api-hub/wiki/search-screenshot.png></p> <p align="center"><img width="600" src=https://github.com/linkedin/rest.li-api-hub/wiki/resource-screenshot.png></p> <p align="center"><img width="600" src=https://github.com/linkedin/rest.li-api-hub/wiki/http-example-screenshot.png></p> <p align="center"><img width="600" src=https://github.com/linkedin/rest.li-api-hub/wiki/console-screenshot.png></p>

Install and Run

Requirements:

Download latest stable build: http://rest.li/releases/apihub/restli-apihub-0.0.2.zip

Unzip the build, e.g.:

unzip restli-apihub-0.0.2.zip

Start the application:

Linux/OSX:
cd restli-apihub-0.0.2/bin
./restli-apihub

Windows:
cd restli-apihub-0.0.2\bin
restli-apihub.bat

In your browser, hit http://localhost:9000/apihub

Configuration

Edit the data loader strategy configuration properties in conf/application.conf.

   #dataLoadStrategy=resource
   #filesystemCacheDir=int-test-dataset.json
   dataLoadStrategy=crawlerFilesystemCached
   filesystemCacheDir=/tmp/apihub
   resourceUrls=[                                                                                                                                                                    
     "http://localhost:1338/fortunes",
     "http://localhost:1338/greetings"
   ]

Building From Source

Requirements:

How to run:

How to debug: