vupoint/api

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

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/vupoint/api

0.0.4 2016-09-08 12:38 UTC

This package is auto-updated.

Last update: 2025-09-29 02:05:55 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