1.0.2 • Published 2 years ago

@l3lackjack/casteaching_gabriel v1.0.2

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

Paquet NPM

#Instal·lació:

npm install casteaching

#Usage Exemple d'ús:

import casteaching from 'casteaching'

// Obtenir llista de vídeos publicats
casteaching.videos()

// Obtenir vídeo per ID
casteaching.video.show(1)

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

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

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

2 years ago