Skip to content

Make ApiClient class generic #21

@weasdown

Description

@weasdown

Make the ApiClient class generic, with a single type parameter that matches the type of data received from that API's Stream. For example, to receive List<Event> data, we would use ApiClient<List<Event>> that has a Stream<List<Event>> stream attribute.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions