Skip to content

ajcRodrigues/movile-java-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

movile-java-rest

Biblioteca Java para API Movile Messaging

Envio de SMS
MovileConfiguration movileConf = new MovileConfiguration("USER_NAME", "AUTH_TOKEN");

try {
	String response = new MovileService(movileConf).send(new Message("cellphone", "Message\nof SMS"));
	
	// Retorna ID do SMS (Returns the ID of SMS)
	System.out.println(response);
}
catch (IException e) {
	// TODO Auto-generated catch block
	e.printStackTrace();
}

Author

Antônio José da Cunha Rodrigues.

About

Java library for Movile Messaging API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages