Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geggleto/vupoint-api
https://github.com/geggleto/vupoint-api
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/geggleto/vupoint-api
- Owner: geggleto
- Created: 2016-09-07T14:11:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T12:49:08.000Z (about 8 years ago)
- Last Synced: 2024-04-19T10:43:37.061Z (7 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Stateless Services
## Email Service
- REQUIRED
- array to
- string from
- string subject
- string body
- OPTIONAL
- array cc
- array bcc- EXAMPLE
`curl -X POST -d "to[][email protected]&[email protected]&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