Skip to content

JS Package created to Casteaching project, you can check it on my Github profile

Notifications You must be signed in to change notification settings

daudi44/casteaching_package_daudi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JS Package created to Casteaching project, you can check it on my Github profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published