Skip to content
Yi Ding edited this page Sep 1, 2014 · 23 revisions

Introduction

The Wiki of ODataCpp is used for providing samples and tutorials as guidance for users of ODataCpp. It contains step by step instructions for creating projects on Windows and OS X. It also includes usage examples of the APIs of the generated proxy. For an overview of the Wiki contents, please refer to the sidebar of this page.

The Wiki doesn't contain instruction for building the libraries. For building instructions, please refer to the Getting started section of the README document.

The Wiki is currently under working and is not ready yet. We will make it ready as soon as possible. The sections that are currently ready are:

  • 1.1 Create an OData V4 client app in Visual Studio 2012

Contributing to the Wiki

Developers and users of ODataCpp are very welcomed to contribute documentation of their contributed code, contribute missing sections, or contribute modifications to the Wiki. Simply clone the Git repository of the Wiki by:

git clone https://github.com/OData/odatacpp.wiki.git

and send pull requests to us.

You contribution is highly appreciated!