1.0.7 • Published 4 years ago

@daudi/casteachingdani v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Install

npm install @daudi/casteachingdani

Usage

import casteaching from 'casteaching'

// Obtain published video list
casteaching.videos()

// Obtain video by id
casteaching.video.show(1)

// Create Video
casteaching.video.create({name: 'One Video Testing', description: 'Hello There',  url: 'somewebvideopage.com' })

// Update Video
casteaching.video.update(1,{name: 'First Video Testing', description: 'Hello There Boys and Girls',  url: 'somewebvideopage.com' })

// Destroy Video
casteaching.video.destroy(1)

Author & Project Info