Skip to content

57blocks/twilio-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis-CI License: MIT Maven Central

Twilio Spring Boot Starter

Configure twilio, make TwilioRestClient available in the spring context.

Getting Started

Add the Starter in Maven Dependency

Edit pom.xml, add the starter:

    <dependency>
      <groupId>io.57blocks</groupId>
      <artifactId>twilio-spring-boot-starter</artifactId>
      <version>0.1.1</version>
    </dependency>

Configure Twilio Credentials

Edit application.yml, add the following properties:

io.57blocks.twilio:
  account_sid: ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  auth_token: your_auth_token

About

Configure twilio, make TwilioRestClient available in the spring context.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages