Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

This is an API developed using Shelf package in Dart (dart.dev)

License

Notifications You must be signed in to change notification settings

iamEtornam/TodoWebserviceWithDart

Repository files navigation

A web server built using Shelf.

Endpoints implemented

  • GET /todos retrieve the list of tasks
  • GET /todo/:id retrieve the a specific task
  • POST /todo create a new task
  • PUT /todo/:id update the task of id
  • DELETE /todo/:id

About

This is an API developed using Shelf package in Dart (dart.dev)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages