2017 © Pedro Peláez
 

library api

image

vupoint/api

  • Thursday, September 8, 2016
  • by geggleto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

API Stateless Services

Email Service

  • REQUIRED, (*1)

    • array to
    • string from
    • string subject
    • string body
  • OPTIONAL, (*2)

    • array cc
    • array bcc
  • EXAMPLE, (*3)

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

Excel service

  • REQUIRED, (*5)

    • string filename
    • array sheets
      • string name
      • int rows
      • int cols
      • array data of size [rows][cols]
  • EXAMPLE, (*6)

  • Look at the ExcelServiceTest

The Versions