Skip to content

OData to TypeScrypt - Source Code Generator

License

Notifications You must be signed in to change notification settings

kevindstanley1988/ODataApiGen

 
 

Repository files navigation

OData Angular Code Generator

Overview

OData Angular Generator allows generation of API client libraries, server stubs and configuration automatically given an OData Metadata.

Docker

Public Pre-built Docker images

OData Angular Generator CLI Docker Image

The OData Angular Generator image acts as a standalone executable.

To generate code with this image, you'll need to mount a local location as a volume.

Example:

  docker run -it --rm -v ${PWD}:/local diegomvh/odataapigen \
    Name=MsGraph \
    Metadata=https://graph.microsoft.com/v1.0/\$metadata \
    Output=/local

The generated code will be located under ./msgraph in the current directory.

About

OData to TypeScrypt - Source Code Generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 93.5%
  • TypeScript 5.9%
  • Other 0.6%