Skip to content

Improve api. #3

Description

@iustin94

Currently, to access a specific api domain, you have to make an object assotiated with that domain. This object provides functionality for getting the domain info. This gets messy and annoying when you want to do multiple calls.

Add an IClient interface which will have a HttpClient and the methods will be static methods which will extend the functionality of IClient.

A DataFactory still needs to exist in order to make the calls and build the objects so add it to the IClient for easy access.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions