Skip to content

Commit

Permalink
Use the kotlin generator
Browse files Browse the repository at this point in the history
The tidal-kotlin one was only for development and doesn't exist in the fork anymore
  • Loading branch information
michpohl committed Oct 29, 2024
1 parent f93dd12 commit 6c0986f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tidalapi/bin/generate-api-files.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def main():
result = subprocess.run([
"java", "-jar", source, "generate",
"-i", temp_json,
"-g", "tidal-kotlin",
"-g", "kotlin",
"-o", project_root,
"-c", f"{project_root}/openapi-config/openapi-config.yml",
"--global-property",
Expand All @@ -195,6 +195,5 @@ def main():

logging.info("Generation complete and cleaned up.")


if __name__ == "__main__":
main()

0 comments on commit 6c0986f

Please sign in to comment.