Skip to content
Snippets Groups Projects
Select Git revision
  • 18056a743c4ea9df8933f400ef17dee44b237fb2
  • main default protected
  • gitkeep
  • dev protected
  • Issue/xxxx-configurableApiHostname
  • Issue/2732-updatedApiClient
  • APIv2
  • Issue/2518-docs
  • Hotfix/2427-adminTrouble
  • Issue/1910-MigrationtoNET6.0
  • Issue/1833-newLogin
  • Sprint/2022-01
  • Sprint/2021-23
  • Issue/1745-coscineConnection
  • x/setup
15 results

codegen

  • Clone with SSH
  • Clone with HTTPS
  • Petar Hristov's avatar
    Petar Hristov authored
    Fix: Add additional filter (coscine/issues#1745)
    
    See merge request !2
    18056a74
    History

    CodeGen

    This project aims to be able to generate Code from our Swagger / OpenAPI definitions.

    Build

    • .NET 5 SDK has to be installed
    • dotnet build src

    Usage

    • Execute the built CodeGen executable
    • You should find the output client definitions in the specified output folder (default. Output)

    Implementation

    An abstract CodeGenerator has been implemented fully as a CoscineCodeGenerator. The idea is that with this abstraction someone can easily adapt and generate the code they want to produce.