Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 332 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 332 Bytes

gt4ixpdb

is a wrapper around the IXPDB API for use as a client in Glamorous Toolkit.

Installation

Metacello new
	repository: 'github://hellerve/gt4ixpdb:main/src';
	baseline: 'Gt4IXPDB';
	load

Usage

Just type

GtIXPDBClient new

in a playground and go exploring!


Have fun!