Skip to content

iscoe/ocpmeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Old express.js version can be found in the old_version directory

Full setup from scratch, to running this service (on Ubuntu):​

​​​sudo apt-get install nodejs
wget https://install.meteor.com | sh
git clone git@github.com:j6k4m8/ocpmeta.git ocpmeta
cd ocpmeta
meteor --port=3030
​```

Endpoints:
'/api/metadata/get/:id'
'/api/metadata/delete/:id/'
'/api/metadata/unset/:id/:field_name'
'/api/metadata/set/:id/:field_name'
'/api/metadata/exists/:field_name'
'/api/metadata/get'
'/api/metadata/set'

Releases

No releases published

Packages

No packages published