3.0.0-rc.7 • Published 1 month ago

apiraiser v3.0.0-rc.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Apiraiser Library for Nodejs

Introduction

Apiraiser is a headless CMS which provides easy-to-use backend for various kinds of applications like E-commerce, blogs, CMS etc. This library is meant to provide Apiraiser APIs access

Features

Provides easy to use APIs access when using Apiraiser as backend

Getting started

To use this library, you need to have Apiraiser healess CMS running at a public accessible server

Usage

/// Initialize the library
  Apiraiser.init("https://apiraiser-api-endpoint.com");

  /// Authentication
  Apiraiser.authentication
      .login(LoginRequest(username: "test", password: "P@ssword1"));
  // or
  Apiraiser.authentication
      .login(LoginRequest(email: "test@example.com", password: "P@ssword1"));

  /// Get table rows
  Apiraiser.data.get("my-table", -1);

Additional information

To learn more: go to https://apiraiser.com

3.0.0-rc.7

1 month ago

3.0.0-rc.5

2 months ago

3.0.0-rc.3

2 months ago

3.0.0-rc.2

3 months ago

3.0.0-rc.1

4 months ago

2.0.0

4 months ago

1.0.0

6 months ago

0.1.22

10 months ago

0.1.20

11 months ago

0.1.21

11 months ago

0.1.15

1 year ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.19

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12

1 year ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago