1.0.3 • Published 2 years ago

galaxiat.ts v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

About

galaxiat.ts Node.js package allows you to easily interact with the Galaxiat API.

Installation

Node.js 16.9.0 or newer is required.

npm install galaxiat.ts

Example

Create Galaxiat User

src/index.ts

import { GalaxiatClient, User } from "galaxiat.ts"

const Client = new GalaxiatClient("dev", "v0");
(async () => {
  const version = Client.dataVersion
  console.log(await User.Create<typeof version>(Client, {
    email : "blue@galaxiatapp.com",
    password : "DEMOBlueIsBlueDEMO",
    username : "blue",
    username_at : "blue"
  }))
})()

Links

Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested.

License

Software is under MIT license

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago