Skip to content

ytliuSVN/users-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Users API

A RESTful API built with Django REST Framework for managing users.

API Endpoints

Endpoint Method Description
/api/users/ GET List all users
/api/users/ DELETE Delete all users
/api/users/create/ POST Create new user
/api/users/{id}/ GET Get user details
/api/users/{id}/ PUT Update user
/api/users/{id}/ DELETE Delete user

About

👤 Django REST API for user management

Topics

Resources

Stars

Watchers

Forks

Languages