0.15.0 • Published 2 years ago

@ax2/xms-api-core v0.15.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.14.3

2 years ago

0.14.2

2 years ago

0.14.1

2 years ago

0.12.2-alpha.13

2 years ago

0.13.0

2 years ago

0.12.2-alpha.12

2 years ago

0.12.2-alpha.11

2 years ago

0.12.2-alpha.9

2 years ago

0.12.3

2 years ago

0.12.2-alpha.8

2 years ago

0.12.2

2 years ago

0.12.2-alpha.6

2 years ago

0.6.1-alpha.0

2 years ago

0.12.1

3 years ago

0.12.0

3 years ago

0.11.0

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.6.2-alpha.9

3 years ago

0.6.2-alpha.5

3 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.2-alpha.1

3 years ago

0.4.2-alpha.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.2-alpha.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.4-alpha.1

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.2.1-alpha.7

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago