Skip to content

Example mixes OAuth and API logic in controllers and helpers #103

@Youdaman

Description

@Youdaman

The current Rails example puts Xero OAuth flows and accounting API calls directly in ApplicationController and helpers. This makes it less idiomatic and harder to maintain. Separating OAuth into its own controller and moving API interactions into services or concerns would improve clarity and follow Rails conventions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions