GithubHelp home page GithubHelp logo

aftership-php-sdk's Introduction

Hi there ๐Ÿ‘‹

Iโ€™m Abishek R Srikaanth, a Full Stack Developer from Bangalore, India building cool stuff using Laravel, Livewire, Tailwind and AlpineJS. I sometimes work with VueJS as well.

I work on building really cool websites, products and applications.

You can look at some of my work here. https://workdoneright.co/

Anurag's GitHub stats

aftership-php-sdk's People

Contributors

abishekrsrikaanth avatar akovalyov avatar cordoval avatar robertbasic avatar russelldavies avatar teddychan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

aftership-php-sdk's Issues

Getting Error

hi my name is aqib.Basically when i upload all these aftership php API file i got error.i am using wordpress and its give error straight away.i have also send you email please check your email.

guzzle client plugins allowed

would be great to allow for plugins on guzzle client

| diff --git a/src/aftership/core/request.php b/src/aftership/core/request.php
| index 8703503..8f433c5 100644
| --- a/src/aftership/core/request.php
| +++ b/src/aftership/core/request.php
| @@ -2,6 +2,7 @@
|  namespace AfterShip\core;
|
|  use Guzzle\Http\Client;
| +use Guzzle\Plugin\Log\LogPlugin;
|
|  class request
|  {
| @@ -11,6 +12,8 @@ class request
|
|       protected function send($url, $request_type, array $data = array()) {
|               $client  = new Client();
| +        $logPlugin = LogPlugin::getDebugPlugin();
| +        $client->addSubscriber($logPlugin);
|               $headers = array(
|                       'aftership-api-key' => $this->_api_key
|               );

Version 4

Can you release an update for V4 api? OR allow for a config to set it?

private $_api_version = 'v4';

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.