Skip to content

Open Data Protocol (OData) is a set of ISO approved standards for building and consuming RESTul APIs.

License

Notifications You must be signed in to change notification settings

abhinav-jha-dev/OData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OData-Boilerplate

POC for implementing OData with Asp.Net Core 2.1 webapi.

Build Status

Originally developed by Microsoft in 2007, OData is an OASIS standard REST API and is established among companies such as Microsoft, SAP, CA, IBM and Salesforce. It allows the creation and consumption of queryable and interoperable RESTful APIs in a simple and standard way. OData gives you a rich set of querying capabilities and is quickly gaining ground for its open source approach, as well as its exceptional scalability.

If you want to find the difference between OData, GraphQL and ORDS please have a look to this article.

To read more on my findings please have a look on my GitPad

Getting Started

Clone Repository:

git clone https://github.com/abhinav2127/Gitpad.git

Build Repository:

cd TodoApi
dotnet build

Run Application:

dotnet run

Release History

  • 0.0.1
    • Work in progress

Meta

Abhinav Jha – @YourTwitterabhinav.jha58@example.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/abhinav2127/OData-Boilerplate

Contributing

  1. Fork it (https://github.com/abhinav2127/OData-Boilerplate)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Open Data Protocol (OData) is a set of ISO approved standards for building and consuming RESTul APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published