1.0.3 • Published 2 years ago

casteachingdani v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Install

npm install casteaching

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

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago