Skip to content

Remove name from client, create adapter interface #39

Closed
@sagikazarmark

Description

@sagikazarmark

By moving to a better terminology (according to #38) we should remove getName from the interface. However getName plays an important role in case of adapters, so I propose creating a simple adapter interface:

interface HttpAdapter
{
   public function getName();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions