Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geggleto/vupoint-api


https://github.com/geggleto/vupoint-api

Last synced: 5 days ago
JSON representation

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