Registry / utility / hal-browser

hal-browser

JSON →
libraryad9b865javamavenunverified

A WebJar that provides the HAL Browser, a browser-based tool for exploring HAL+JSON APIs.

<dependency> <groupId>org.webjars</groupId> <artifactId>hal-browser</artifactId> <version>ad9b865</version> </dependency>
INSTALL
IMPORT
SIG · HAL-BROWSER
H
hal-browser
utilityjavavad9b865
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HalBrowser
org.webjars.hal_browser.HalBrowser

Launch the HAL Browser to explore a HAL API endpoint.

import org.webjars.hal_browser.HalBrowser; public class Example { public static void main(String[] args) { HalBrowser browser = new HalBrowser(); browser.launch("http://localhost:8080/api"); } }
Debug
Known issues
gotchaThe HAL Browser is a client-side tool; embedding it in a Java app may require a web server.
fix
Serve the WebJar resources via a servlet container or Spring Boot static resource mapping.
affects: *
Upgrade
Version history
ad9b865latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hal-browser — mvn dependency:get hal-browser · libregistry