0.2.0 • Published 6 years ago
@plasma-platform/service-moto-cms v0.2.0
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
paramsobject
Examples
(async () => {
const service = new Service(url);
const request = await service.fetchTrialMoto3(params);
})();Returns Promise<any>
fetchTrialMotoHTML
Request email info to Moto2 trial
Parameters
paramsobject
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
paramsobjectparams.actionstring? actionparams.templateIdstring template idparams.emailstring user emailparams.localestring tm localeparams.typestring moto3 type idparams.demoReferrerstring tm cookie refparams.demoAffstring tm cookie affparams.namestring user nameparams.locationstring 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
paramsobject
Examples
(async () => {
const service = new Service(url);
const request = await service.postTrialMotoHTMLSocial(params);
})();Returns Promise<any>
0.2.0
6 years ago
0.1.5
6 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