https://github.com/redhataccess/udsjs
JavaScript library for interacting with the Unified Data Services
https://github.com/redhataccess/udsjs
Last synced: about 1 year ago
JSON representation
JavaScript library for interacting with the Unified Data Services
- Host: GitHub
- URL: https://github.com/redhataccess/udsjs
- Owner: redhataccess
- Created: 2015-03-12T12:50:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T18:25:57.000Z (over 8 years ago)
- Last Synced: 2025-03-30T18:12:14.336Z (about 1 year ago)
- Language: JavaScript
- Size: 296 KB
- Stars: 0
- Watchers: 11
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Red Hat Access : udsjs
JavaScript Library to interact with the Unified Data Services
Requires [jQuery](https://jquery.org/) and [jsUri](https://github.com/derek-watson/jsUri)
# Build
npm run build
# Test
Make sure you are running https://github.com/redhataccess/accessproxy and a general proxy such as Apache or Nginx that proxies all traffic on 8080.
Then you'll want to start a python server in the main directory: `python -m SimpleHTTPServer 8080`
Finally hit: https://qa.foo.redhat.com/test/index.html or https://prod.foo.redhat.com/test/index.html and look at the js console.
See `test/js/uds-driver.js` for usage examples