Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API specification fixes #170

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

API specification fixes #170

wants to merge 2 commits into from

Conversation

Pirellik
Copy link

@Pirellik Pirellik commented Feb 28, 2025

This PR includes some fixes for the issues that were found when interacting with the API from the Golang ecosystem. Some of them were detected when generating code using OAPI codegen. The rest of the fixes were also necessary to be able to unmarshal data into Golang structures - in the original version the returned data didn't follow the specification strictly. This is not the final version of the fixes as in many places the generic object keyword is used just to make it possible to handle it in a strongly typed language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants