0.2.0 • Published 5 years ago

@plasma-platform/service-moto-cms v0.2.0

Weekly downloads
25
License
CC-BY-4.0
Repository
gitlab
Last release
5 years ago

version nextVersion downloads license dependency


Full documentation
install:
npm i @plasma-platform/service-moto-cms -S

Short documentation

Table of Contents

ServiceMotoCMS

MotoCMS API

fetchTrialMoto3

Request email info to Moto3 trial

Parameters

Examples

(async () => {
  const service = new Service(url);
  const request = await service.fetchTrialMoto3(params);
})();

Returns Promise<any>

fetchTrialMotoHTML

Request email info to Moto2 trial

Parameters

  • params object
    • params.action string? action
    • params.templateId string template id
    • params.email string user email
    • params.isSendRegisterEmailFlag string send register email flag
    • params.isSendChangeEmailFlag string send change email flag

Examples

(async () => {
  const service = new Service(url);
  const request = await service.fetchTrialMotoHTML(params);
})();

Returns Promise<any>

postTrialMoto3Social

Request email info to Moto3 social trial

Parameters

  • params object
    • params.action string? action
    • params.templateId string template id
    • params.email string user email
    • params.locale string tm locale
    • params.type string moto3 type id
    • params.demoReferrer string tm cookie ref
    • params.demoAff string tm cookie aff
    • params.name string user name
    • params.location string window.location.href

Examples

(async () => {
  const service = new Service(url);
  const request = await service.postTrialMoto3Social(params);
})();

Returns Promise<any>

postTrialMotoHTMLSocial

Request email info to Moto2 social trial

Parameters

  • params object
    • params.action string? action
    • params.templateId string template id
    • params.email string user email
    • params.locale string tm locale
    • params.demoReferrer string tm cookie ref
    • params.demoAff string tm cookie aff
    • params.name string user name
    • params.location string window.location.href

Examples

(async () => {
  const service = new Service(url);
  const request = await service.postTrialMotoHTMLSocial(params);
})();

Returns Promise<any>

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.1.0-alpha.0

6 years ago

0.0.9

6 years ago

0.0.10-alpha.0

6 years ago

0.0.9-alpha.0

6 years ago

1.0.0-alpha.0

6 years ago

0.0.8

6 years ago

0.0.8-alpha.0

6 years ago

0.0.7-alpha.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago