All Projects → apache → Olingo Odata4 Js

apache / Olingo Odata4 Js

Licence: apache-2.0
Mirror of Apache Olingo

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Olingo Odata4 Js

Angular Library Starter Kit
Angular 5 Library Starter Kit based on Angular-CLI
Stars: ✭ 35 (-7.89%)
Mutual labels:  library
Monthyearpicker
Fancy year and month picker library for your android app
Stars: ✭ 36 (-5.26%)
Mutual labels:  library
Google Books Android Viewer
Android library to bridge between RecyclerView and sources like web page or database. Includes demonstrator (Google Books viewer)
Stars: ✭ 37 (-2.63%)
Mutual labels:  library
Unicode Bidirectional
A Javascript implementation of the Unicode 9.0.0 Bidirectional Algorithm
Stars: ✭ 35 (-7.89%)
Mutual labels:  library
Autoplayvideos
Android library to auto-play/pause videos from url in recyclerview.
Stars: ✭ 981 (+2481.58%)
Mutual labels:  library
Sharpmath
A small .NET math library.
Stars: ✭ 36 (-5.26%)
Mutual labels:  library
Lwc
⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation
Stars: ✭ 974 (+2463.16%)
Mutual labels:  library
Blink Mind React
A mind map library for react that based on immutable.js.
Stars: ✭ 38 (+0%)
Mutual labels:  library
Imterm
c++17 header only library implementing a terminal for imgui applications
Stars: ✭ 36 (-5.26%)
Mutual labels:  library
Hellobooks
A Single-Page Library Management App built with nodejs, express and react and redux
Stars: ✭ 37 (-2.63%)
Mutual labels:  library
Versioncontrol git
VersionControl_Git is a library that provides OO interface to handle Git repository.
Stars: ✭ 35 (-7.89%)
Mutual labels:  library
Handle Path Oz
Android Library to handle multiple Uri's(paths) received through Intents.
Stars: ✭ 36 (-5.26%)
Mutual labels:  library
Computesharp
A .NET 5 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
Stars: ✭ 982 (+2484.21%)
Mutual labels:  library
Pony Crdt
Delta-State Convergent Replicated Data Types (ẟ-CRDTs) for the Pony language. 🐴 ↔️
Stars: ✭ 35 (-7.89%)
Mutual labels:  library
Duo Navigation Drawer
A flexible, easy to use, unique drawer library for your Android project.
Stars: ✭ 986 (+2494.74%)
Mutual labels:  library
Swipebacklayout
SwipeBack is an android library that can finish a activity by using gesture.
Stars: ✭ 977 (+2471.05%)
Mutual labels:  library
Decliner
Decline russian words with Decliner
Stars: ✭ 36 (-5.26%)
Mutual labels:  library
Gifloader
An Android Library to load your GIF files
Stars: ✭ 38 (+0%)
Mutual labels:  library
Ml Classify Text Js
Machine learning based text classification in JavaScript using n-grams and cosine similarity
Stars: ✭ 38 (+0%)
Mutual labels:  library
Mythra
Music retrieval CLI and API using rust
Stars: ✭ 37 (-2.63%)
Mutual labels:  library

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Olingo OData Client for JavaScript

The Olingo OData Client for JavaScript (odatajs) is a library written in JavaScript that enables browser based frontend applications to easily use the OData protocol for communication with application servers.

This library "odatajs-4.0.0.min.js" supports only the OData V4 protocol.

For using the OData protocols V1-V3 please refer to the datajs library

The odatajs library can be included in any html page with the script tag (for example)

<script type="text/javascript" src="./sources/odatajs-4.0.0.min.js"></script>

and its features can be used through the odatajs namespace (or window.odatajs). The odatajs library can be used together with the datajs library which uses the window.OData namespace.

For API documentation please see ODatajs API documentation

You may also use the documentation and the samples from the datajs library because the features and API are similar.

Contribute to Olingo OData Client for JavaScript

If you are interested to contribute to this library please have a look into Project setup and Build instructions where you find a manual how you can download the source code and build the odatajs library.

If you intend so please also join the Olingo developers group for discussion.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].