Skip to content

Make all HTTP endpoint indempotent #321

Open
@Indy2222

Description

@Indy2222

Due to e.g. network issues, some requests might need to be retried. To avoid potential retry errors, make all endpoint idempotent.

For example a POST request to create a game should not result in an error if it leads to the create of a game with the same configuration and owner.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions