The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

build_docs.pl - Build the documentation for the OpenAI API client

SYNOPSIS

        perl build_docs.pl [--dump]

DESCRIPTION

This script reads the OpenAPI specification file and generates the POD documentation for the OpenAI API client. The documentation is written to the lib/OpenAPI/Client/OpenAI directory. This documentation includes both the methods and the schema. The schema is fully expanded (references resolved) to make it easier for the developer to understand.

OPTIONS

  • --dump

    Dump the resolved OpenAPI specification to the console and exits. It's merely a convenience for debugging.