Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thisisyusub/todo-api-dart-frog


https://github.com/thisisyusub/todo-api-dart-frog

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# todo_api

[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dartfrog.vgv.dev)

An example application built with dart_frog

[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis

# POST /categories
{"title": "sdvsdvkdvd"}

# GET /categories

# DELETE /categories/2

# PATCH /categories/2
{"title": "sdvdvkd"}

# PUT /categories
{"id": 2, "title": "dsvdsvd" }