0.15.0 • Published 3 years ago

@ax2/xms-api-core v0.15.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

XMS API CORE

XMS2 API CORE documentation

Setup

Install the module

yarn add @ax2/xms-api-core

Necessary Env variables

OptionDescription
NODE_ENVlocal, prod or dev
LANG_FALLBACKdefault lang to use (default ='en')
LANG_KEYSmultilang keys (example 'fr,en')
MEDIA_DIRECTORYDirectory on gcp to upload media
GCP_PROJECT_IDProject ID from gcp
GCP_CREDENTIALS_PATHPath for gcp credentials (necessary for non gcp micro-services)
STORAGE_BUCKETName of the bucket to upload on gcp storage
MEDIA_RESIZINGSet to 1 to resize media on upload
MYSQL_DB_NAMEMySQL database name
MYSQL_DB_USERMySQL user
MYSQL_DB_PASSWORDMySQL password
MYSQL_DB_HOSTMySQL host (default: 127.0.0.1)
MYSQL_DB_PORTMysql Port (default: 3306)
REDIS_HOSTRedis Host (default: 127.0.0.1)
REDIS_PORTRedis Port (default: 6379)
REDIS_PASSWORDRedis Password (default: '')
REDIS_PREFIXRedis prefix for cache key (default: '')
REDIS_ENABLESet to 1 to enable Redis (default: disabled)
REDIS_ENABLESet to 1 to enable Redis (default: disabled)
SENTRYSentry DSN

Load the module into the core

import * as CORE from '@ax2/xms-api-core';
class Article extends CORE.Citadelle implements CORE.ModelItem {}

import { Citadelle, ModelItem } from '@ax2/xms-api-core';
class Article extends Citadelle implements ModelItem {}

Available class

// Models function
import { Citadelle, ModelItem, ModelError,  } from '@ax2/xms-api-core';

// Helpers function
import { FunctionKit, StorageAPI, DateKit, Utils, MigrationQuery, MigrateHelper, Sentry, Response, Message } from '@ax2/xms-api-core';

// Services function
import { FileService, FilterService } from '@ax2/xms-api-core';
0.15.0

3 years ago

0.14.3

3 years ago

0.14.2

3 years ago

0.14.1

3 years ago

0.12.2-alpha.13

3 years ago

0.13.0

3 years ago

0.12.2-alpha.12

3 years ago

0.12.2-alpha.11

3 years ago

0.12.2-alpha.9

3 years ago

0.12.3

3 years ago

0.12.2-alpha.8

3 years ago

0.12.2

3 years ago

0.12.2-alpha.6

3 years ago

0.6.1-alpha.0

4 years ago

0.12.1

4 years ago

0.12.0

4 years ago

0.11.0

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.6.2-alpha.9

4 years ago

0.6.2-alpha.5

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.2-alpha.1

4 years ago

0.4.2-alpha.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.2-alpha.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.4-alpha.1

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.2.1-alpha.7

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago