SkillAgentSearch skills...

Tm1js

A JavaScript library written in TypeScript that wraps the TM1 REST API

Install / Use

/learn @gbryant-dev/Tm1js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

A JavaScript library that wraps the TM1 REST API written in TypeScript

Work in progress

This project is currently a work in progress but hoping to release a beta soon!

Inspiration

This project is greatly inspired by TM1py so make sure to check that out if you haven't already!

Connect


    const config = {address: 'localhost', port: 8543, user: 'admin', password: '', ssl: true };
    const tm1 = await TM1Service.connect(config);

    const cube = await tm1.cubes.get('Revenue');

View on GitHub
GitHub Stars8
CategoryData
Updated2mo ago
Forks2

Languages

TypeScript

Security Score

75/100

Audited on Jan 18, 2026

No findings