Skip to content

Merge client tools and utils #99

Closed
@sagikazarmark

Description

@sagikazarmark

Based on #98 I have the idea to merge the two packages mentioned in the title.

Current content of the repos:

  • Utils:
    • BatchClient (and related stuff)
    • MethodsClient
    • Message factories (moving to php-http/message)
  • Client Tools
    • Client decorators and emulators
    • Promise implementations (moving to php-http/promise)

Content after restructuring code:

  • Utils:
    • BatchClient (and related stuff)
    • MethodsClient
  • Client Tools
    • Client decorators and emulators

I thing these things could be merged into one package, because they are all client related stuff, even if they can be implementor/user stuff.

Something like client-extra, client-common. I think utils and tools are not really reflecting the reorganized structure.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions