The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

OpenAPI::Generator::Util - subroutines to manipulate openapi schemes

SYNOPSIS

  # merge definitions
  my $merged_def = merge_definitions(@definitions);

SUBROUTINES

merge_definitions(@definitions)

Merge several OpenAPI definitions into one big. Be careful with duplicate routes and components

AUTHOR

Anton Fedotov, <tosha.fedotov.2000 at gmail.com>

BUGS

Please report any bugs or feature requests to https://github.com/doojonio/OpenAPI-Generator/issues

SUPPORT

You can find documentation for this module with the perldoc command.

  perldoc OpenAPI::Generator::Util

LICENSE AND COPYRIGHT

This software is Copyright (c) 2021 by Anton Fedotov.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)