Skip to content

Make publishApiPost method outputs consistent #11

@fernand0

Description

@fernand0

The publishApiPost methods across different modules return inconsistent values (e.g.,
sometimes a boolean, sometimes a string, sometimes a tuple). This should be refactored to
ensure a consistent return format for better error handling and predictability.

Tasks:

  • Analyze the return values of publishApiPost in all modules.
  • Define a standard return format (e.g., a tuple (success: bool, result: str)).
  • Refactor all publishApiPost methods to adhere to the new format.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions