Added base functions as well as folder functionality
Showing
.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "qbnk/templafy-apiwrapper", | ||
"description": "An API wrapper for Templafy", | ||
"minimum-stability": "stable", | ||
"prefer-stable": true, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Björn Hjortsten", | ||
"email": "bjorn.hjortsten@qbank.se" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"QBNK\\TemplafyApi\\": "src" | ||
} | ||
}, | ||
"require": { | ||
"php" : "~7.2", | ||
"guzzlehttp/guzzle": "~6.1", | ||
"sainsburys/guzzle-oauth2-plugin": "~3.0" | ||
}, | ||
"require-dev": { | ||
"roave/security-advisories": "dev-master" | ||
} | ||
} | ||
\ No newline at end of file |
composer.lock
0 → 100644
This diff is collapsed.
src/Credentials.php
0 → 100644
src/Model/Folder.php
0 → 100644
src/Model/FolderResponse.php
0 → 100644
src/TemplafyApi.php
0 → 100644
Please register or sign in to comment