GithubHelp home page GithubHelp logo

mailwizzphpapi-wrap's People

Contributors

thangtx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mailwizzphpapi-wrap's Issues

.htaccess missing

Hi, it only worked after I added the following .htaccess to my root path:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

Parse error

There is an error under PHP 7.2:
PHP Parse error: syntax error, unexpected '[' in /var/www/api/index.php on line 10

My fix was:
$requestPath = parse_url($_SERVER['REQUEST_URI']); $requestPath = $requestPath['path'];

How to use guide request

I already use mailwizz apis, but I'm having trouble getting to work this wrapper. Is it possible to get a detailed how to set up and use guide with the already done examples by twisted1919 in the readme? Thank you.

Rest API Call issue

I'm trying to call subscribe api on Postman.
But i'm always getting error response.

I attached the screenshots too. please help me as soon as possible.

Screenshot 2019-11-16 at 6 46 00 AM
Screenshot 2019-11-16 at 6 46 41 AM

Angular 6

I appreciate your hard work on this wrapper. I was wondering if you could add documentation on how to use this with Angular 6. Thank you!

Lists.php

On line 11, I replaced the following code

$response = $endpoint->getList($app->request()->get('list'));
for
$response = $endpoint->getList($app->request()->post('list'));

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.