1.0.2 • Published 2 years ago

axeltomas_casteaching v1.0.2

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

Paquet NPM

Instal·lació

npm install casteaching

Usage

import casteaching from 'casteaching'

// Obtenir la llista de videos publicats
casteaching.videos()

// Obtenir video per ID
casteaching.videos().show(1)

// Crear video
casteaching.videos().create({name: 'PHP 101', description: 'Bla bla bla', url: 'https://youtube.com/...'})

// Update video
casteaching.videos().update({name: 'PHP 101', description: 'Bla bla bla', url: 'https://youtube.com/...'})

// Destroy
casteaching.videos().destroy(1)

Author

Axel Tomas Altadill

More info

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago