/oribase

origamicore base class

Primary LanguageJavaScript

Description

This moudule is common function

Install

  • origamicore Doc

Config

   {
		drivers:
        [
			 {name:'global'},
             {name:'web' }
		]
   }

Services

	global.web
		.get(url,func)
		.post(url,data,func) 

	global.ori
        .Random(min,max)
        .RandomText(length=5)