forked from lthn/blockchain
Introduces a new Angular client SDK for the Lethean Blockchain API, generated via OpenAPI Generator. Includes all necessary Angular service, model, configuration, and packaging files, and updates the Makefile to support the 'angular' target for SDK generation.
5 lines
208 B
TypeScript
Generated
5 lines
208 B
TypeScript
Generated
export * from './block.service';
|
|
import { BlockService } from './block.service';
|
|
export * from './info.service';
|
|
import { InfoService } from './info.service';
|
|
export const APIS = [BlockService, InfoService];
|