DevsNotes API Estrutural é uma API feita em PHP estrutural que lista tarefas a serem feitas. Foi feito durante o curso da B7web.
- (GET) [projeto]/api/getall.php
- (GET) [projeto]/api/get.php?id=123
- (POST) [projeto]api/insert.php (title, body)
- (PUT) [projeto]/api/update.php (id, title, body)
- (DELETE) [projeto]/api/delete.php (id)
Esse projeto foi desenvolvido com as seguintes tecnologias: