View Source ExOAPI (ex_oapi v0.1.5)

The module containing the high-level functionality for generating SDKs from an OpenAPI V3 specification.

Link to this section Summary

Link to this section Functions

@spec generate(%{
  :source => String.t(),
  :output_path => String.t(),
  optional(:output_type) => :app | :modules,
  optional(:parser) => any(),
  optional(:generator) => any()
}) :: {:ok, :generated} | {:error, term()}