Git Product home page Git Product logo

rapidapi's Introduction

RapidApi

A friendly way to bootstrap an odata service for when you want to test/evaluate the OData protocol.

The cli creates a fully functional project that you can deploy on azure to test your service and hence allows you to be able to get started much faster.

Prerequisites

  1. Dotnet CLI and Dotnet 3.1 sdk
  2. Azure CLI
  3. Azure ARM powershell module Install-Module -Name AzureRM.profile -RequiredVersion 5.8.2 and Install-Module AzureRM

How to run.

Clone the project and run the following command.

dotnet run --project RapidApi\RapidApi.csproj --schema "C:\Users\UserName\source\repos\schema.xml" --subscriptionId "huher7y58459hudhuheie5494" --app "MyOdataService"

Upon successful deployment the application gives out a url for the service id.

Consuming the service on .Net or your Xamarin app.

  1. On visual studio install the OData Connected service extension.
  2. Generate the client code using the OData Connected service.
  3. Enjoy.

For other languages and platforms kindly consult Odata.org/Libraries

rapidapi's People

Contributors

elizabethokerio avatar habbes avatar kenitoinc avatar marabooy 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.