erf_parser_oas_3_0 (erf v0.2.0)

View Source

An OpenAPI Specification 3.0 erf_parser.

Summary

Functions

Parses an OpenAPI Specification 3.0 file into an API AST.

Functions

parse(SpecPath)

-spec parse(SpecPath) -> Result
               when
                   SpecPath :: binary(),
                   Result :: {ok, API} | {error, Reason},
                   API :: erf:api(),
                   Reason :: term().

Parses an OpenAPI Specification 3.0 file into an API AST.