Skip to content

sassafrastech/nemo-odata-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEMO OData Express

A lightweight app to serve a static OData feed for testing. Provides necessary response types, custom headers such as OData-Version, and automatic @odata.context domain so that programs like Power BI don't complain.

Development

Requirements

  1. Node.js

Usage

  1. npm install
  2. npm start (automatically watches for changes)
  3. Visit http://localhost:3000/odata/v1

Updating the data

Edit the files under routes/ and view the changes in your browser.

About

Express.js demo app for NEMO OData API testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published