Skip to content

Add standartized response object #147

@Bardin08

Description

@Bardin08

API Response has to consist of 2 mandatory parts:
- bool identifier isSuccess
- generic JSON section data

public Response<T> {
	public bool IsSuccess {get;}
	public List<Errors> Errors {get;}
	public T Data {get;}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    BackendServer-side operations, logic, and database interactions of an applicationP3 - LowMinor issue, can be scheduled as per conveniencedebt

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions