Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

idxClient Class #39

@doug-forester

Description

@doug-forester

This class is an abstract class designed to act a wrapper for the HTTPFul PHP REST Client. It’s intended function is to provide a abstracted programmatic interface for use by the idxApi class to make the actual calls to the IDX Broker API. It has two primary purposes, the first is to reduce the need for creating repeatable and redundant code within blocks or other features that need to make calls to the IDX API, the second is to have a single set of code that acts as a middle-man between the idxApi and the REST client library. This enables changes to be made as needed (such as API changes or changing the REST client library) without having to make changes to the idxApi and or every block or feature independently, making the package more maintainable.

Aha! Link: https://buildingbridge.aha.io/features/RAWSIDX-9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions