OpenAPI-generated TypeScript client for the someones.computer /api surface
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-07 08:34:30 +00:00
.github/workflows Generate TypeScript SDK from the someones.computer OpenAPI spec 2026-09-05 20:17:45 +01:00
.openapi-generator Regenerate from the current someones.computer OpenAPI spec 2026-09-07 01:13:21 +02:00
src Regenerate from the current someones.computer OpenAPI spec 2026-09-07 10:15:18 +02:00
.gitignore Regenerate from the current someones.computer OpenAPI spec 2026-09-07 01:13:21 +02:00
.npmignore Generate TypeScript SDK from the someones.computer OpenAPI spec 2026-09-05 20:17:45 +01:00
.openapi-generator-ignore Generate TypeScript SDK from the someones.computer OpenAPI spec 2026-09-05 20:17:45 +01:00
LICENSE Initial commit 2026-09-05 18:52:16 +00:00
package.json Regenerate from the current someones.computer OpenAPI spec 2026-09-07 01:13:21 +02:00
README.md Regenerate from the current someones.computer OpenAPI spec 2026-09-07 01:13:21 +02:00
tsconfig.json Generate TypeScript SDK from the someones.computer OpenAPI spec 2026-09-05 20:17:45 +01:00

@someones-computer/sdk-js@1.0.0

This generator creates TypeScript/JavaScript client that utilizes Fetch API. The generated Node module can be used in the following environments:

Environment

  • Node.js
  • Webpack
  • Browserify

Language level

  • ES5 - you must have a Promises/A+ library installed
  • ES6

Module system

  • CommonJS
  • ES6 module system

It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via package.json. (Reference)

Building

To build and compile the typescript sources to javascript use:

npm install
npm run build

Publishing

First build the package then run npm publish

Consuming

navigate to the folder of your consuming project and run one of the following commands.

published:

npm install @someones-computer/sdk-js@1.0.0 --save

unPublished (not recommended):

npm install PATH_TO_GENERATED_PACKAGE --save