vupoint/api

There is no license information available for the latest version (0.0.4) of this package.

0.0.4 2016-09-08 12:38 UTC

This package is auto-updated.

Last update: 2024-03-29 03:31:43 UTC


README

Email Service

  • REQUIRED

    • array to
    • string from
    • string subject
    • string body
  • OPTIONAL

    • array cc
    • array bcc
  • EXAMPLE

curl -X POST -d "to[]=a@a.com&from=b@b.com&subject=Test&body=Test" /email

Excel service

  • REQUIRED

    • string filename
    • array sheets
      • string name
      • int rows
      • int cols
      • array data of size [rows][cols]
  • EXAMPLE

  • Look at the ExcelServiceTest