Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API - TALLER DE APLICACIONES DISTRIBUIDAS

URL API: https://tad-store-api.azurewebsites.net/api/

API Reference

Get All Users

  GET /api/users

Get User

  GET /api/users/${dni}
Parameter Type Description
dni string Required. User's DNI

Delete User

  DELETE /api/users/${id}
Parameter Type Description
dni string Required. User's DNI

Add User

  POST /api/users/${id}
Parameter Type Description
dni String Required. User's DNI
name String User's Name
user String Username
password String Password
role Integer Role's Code

About

REST API that is called by a store app, both hosted in azure using Azure MySQL database and Continuous Deployment with Github.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages