sunlight.py 284 B

12345678
  1. from service import Service
  2. class Sunlight(Service):
  3. def send_sms(self):
  4. self.session.options('https://api.sunlight.net/v3/customers/authorization/')
  5. self.session.post('https://api.sunlight.net/v3/customers/authorization/', data={'phone': self.formatted_phone})