We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://localhost/Skosmos/rest/v1/yso/
Expected to get a list of language tags, e.g.
"languages": ["fi","sv","en"]
Instead getting
"languages": { "englanti": "en", "ruotsi": "sv", "suomi": "fi" },
This still worked in Skosmos 1.0 but was broken starting from 1.1
The text was updated successfully, but these errors were encountered:
77e38ba
fixes #516
5ca6d9c
No branches or pull requests
At which URL did you encounter the problem?
http://localhost/Skosmos/rest/v1/yso/
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected to get a list of language tags, e.g.
Instead getting
This still worked in Skosmos 1.0 but was broken starting from 1.1
The text was updated successfully, but these errors were encountered: