Skip to content

Service interface method should return an API call #14

@sharwell

Description

@sharwell

Methods defined by a service interface (an interface which directly or indirectly extends IHttpService) should have the following property:

The method should return Task<{action}ApiCall>, and the {action}ApiCall class should implement IHttpApiCall<T> (for some T).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions