Skip to content

Lamantin Application Program Interface # JS + PHP + PostgreSQL

License

Notifications You must be signed in to change notification settings

VadimuZz/Lamantin-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lamantin-api

Lamantin Application Program Interface # JS + PHP + PostgreSQL

Screenshot

Test call method

	console.log( api.sendRequest("testMethod") );

Test call method with parameters

	console.log( api.sendRequest("testMethod", { id: 1, vars: { foo: "test" } } ) );

Test call method with parameters and callback

	console.log( api.sendRequest("testMethod", { id: 1, vars: { foo: "test" } }, function(data) {
		console.log(data);
	} ) );

Screenshot

About

Lamantin Application Program Interface # JS + PHP + PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published