GitHub - LinkedInAttic/rest.li-api-hub: API Hub is a web UI for browsing and searching a catalog of Rest.li APIs. (original) (raw)

Rest.li API Hub

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

Features:

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: