Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 318 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 318 Bytes

backend-mit

Backend for Maling IT web.

Endpoint

# Search by ID
http://127.0.0.1:8000/api.php?search_id=500

# Search by name
http://127.0.0.1:8000/api.php?search_name=python

# Extra (limit and offset), by default limit=30, offset=0
http://127.0.0.1:8000/api.php?limit=50&offset=100

License

GNU GPL v2