Giter VIP home page Giter VIP logo

odata.proxygenerator's Introduction

OData.ProxyGenerator

When you want to generate code to consume OData services in your a application, you can use a Visual Studio Extension called OData Connected Service. This extension generates a C# (or Visual Basic) proxy for you that you can use to call an OData service.

The source code for this tool can be found here: https://github.com/OData/lab/tree/master/ODataConnectedService. This tool uses a T4 template to generate the code for the proxy.

Unfortunately, this tool is not so useful when you want to automate the process of generating the proxy code.

Based on the source code of the extension, I created a simple class library and a sample console application that use the same T4 template as used in the tool to generate the code.

Note: This tool was not extensively tested.

How to use the console application

Usage information is provided by typing OData.ProxyGenerator.Console --help

If you are using this tool (as I am) to generate the proxy code to connect to a Sitecore Commerce Engine, you can use the following command lines to generate the ServiceProxy code:

OData.ProxyGenerator.Console -m "https://localhost:5000/api/%24metadata" -o c:\temp\CommerceShops.cs --overwrite OData.ProxyGenerator.Console -m "https://localhost:5000/api/%24metadata" -n "CommerceOps" -o c:\temp\CommerceOps.cs --overwrite

odata.proxygenerator's People

Contributors

ewerkman avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.