Skip to content

Remove SingleResource<T> #14

Description

@GGAlanSmithee

Remove the SingleResource<T> class

Today, we have two response types, SingleResource<T> and ListedResourceResponse<T>. The listed one is needed since it contains metadata such as offset and pagesize, but SingleResource is superfluous and probably not needed. Let's see if we can remove it.

CC @brokenprogrammer

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions