Skip to content

Api version control #148

Description

@humrochagf

What is the best approach to handle different api versions?

To create separate projects for each:

tapioca-myapi-v1
tapioca-myapi-v2

Or to use the same project but different major version that match the api version?

tapioca-myapi==1.0.0  # for v1
tapioca-myapi==2.0.0  # for v2

which one of these do you think is the best idea, or there is another way to do that?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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