Giter Club home page Giter Club logo

abstract-http-client's People

Contributors

williamespindola avatar

Stargazers

 avatar

Watchers

 avatar  avatar

abstract-http-client's Issues

Uri is not replacing params when params is more than one

Possible implementation

        foreach ($parameters as $key => $param) {
            if (preg_match("/{$key}/i", $this->endPoint)) {
                if (is_null($this->uri)) {
                    $this->uri = $this->endPoint;
                }

                $this->uri = str_replace($key, $param, $this->uri);
            }
        }

Fix readme

Detailed description

README file must be refactored with correct code, this actual examples is using old namespaces examples like :project_name

Context

Developers must see and understand how this works

Possible implementation

Put correct namespaces and give more and complete examples about project functionality. May be a better integration test as example can be a good job.

Fix code quality problems

Detailed description

Scrutinizer is showing 6 issues with code quality

Context

Because code quality really matters!

Possible implementation

See Scrutinizer report and follow your warnings.

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.