Skip to content

Public api: Fix positional arguments#342

Merged
iLLiCiTiT merged 2 commits into
developfrom
bugfix/positional-args-usage
Jun 24, 2026
Merged

Public api: Fix positional arguments#342
iLLiCiTiT merged 2 commits into
developfrom
bugfix/positional-args-usage

Conversation

@iLLiCiTiT

Copy link
Copy Markdown
Member

Changelog Description

Fix positional arguments usage in public api.

Additional review information

Fix get_addon_endpoint and get_addon_url by not using kwargs when passing arguments to the function.

Testing notes:

  1. It is possible to use get_addon_endpoint and get_addon_url from public api with subpaths.
endpoint = ayon_api.get_addon_endpoint(
    "core",
    "1.9.7",
    "test",
)
print(endpoint)

@iLLiCiTiT iLLiCiTiT added the type: bug Something isn't working label Jun 24, 2026
@iLLiCiTiT iLLiCiTiT self-assigned this Jun 24, 2026
@iLLiCiTiT iLLiCiTiT merged commit 67e4cdc into develop Jun 24, 2026
3 checks passed
@iLLiCiTiT iLLiCiTiT deleted the bugfix/positional-args-usage branch June 24, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant