Giter Club home page Giter Club logo

Comments (2)

cdmayer avatar cdmayer commented on August 19, 2024

This simply helps you generate code based on published OData metadata. It helps you to work with anything provided by an OData resource without manually writing a corresponding class for every Entity or Complex Type.

A more concrete example: a version of this was used to generate the OneDrive Python SDK based on the OneDrive metadata. If you take a look at the Models, you can see that every EntityType in the metadata doc has a corresponding Python class. We didn't write all that by hand - we wrote an EntityType template, then pointed this tool at the metadata doc. The output is the files you see there.

There currently are no TypeScript templates. However, using the templates in the repository as a guide, one could write the appropriate TypeScript templates to generate the whatever is needed. I hope that answers your questions!

from msgraph-sdk-code-generator.

chauey avatar chauey commented on August 19, 2024

I see, so it creates just the entities. Thanks for the reply!

Is there a way to deserialize the metadata into EntityFramework or something, and then create a SQL Server DB from it?

Or any way to get swagger/OAI doc from/for the Microsoft graph?

Also curious if you know how to get TypeScript/javascript client library to call the Microsoft graph API? coming soon? I am mainly curious for Angular 2.

Thanks! This all seems related to MSGraph SDK. :)

from msgraph-sdk-code-generator.

Related Issues (20)

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.