Skip to content

Web Service REST developed in native PHP, user activity log in txt, and MySQL database

Notifications You must be signed in to change notification settings

martingallinelli/webServicePHP_rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API REST

Web service desarollado en PHP y con base de datos MySQL.
Permite listar todos los cursos almacenados en la DB, listar un curso en particular, crear un nuevo curso, actualizar un curso ya existence, y/o eliminar un curso.


METHOD GET

/service.php

/service.php?id=:idPost

METHOD POST

/service.php

{
    "nombre": ""       -> REQUERIDO
}

METHOD PUT

/service.php?id=:idPost

{
    "nombre": ""       -> REQUERIDO
}

METHOD DELETE

/service.php?id=:idPost

License

GPL 3.0

About

Web Service REST developed in native PHP, user activity log in txt, and MySQL database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published