├── .gitignore ├── Makefile ├── README.md └── wp-serverless-api.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getshifter/wp-serverless-api/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getshifter/wp-serverless-api/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getshifter/wp-serverless-api/HEAD/README.md -------------------------------------------------------------------------------- /wp-serverless-api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getshifter/wp-serverless-api/HEAD/wp-serverless-api.php --------------------------------------------------------------------------------