Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisisyusub/todo-api-dart-frog
https://github.com/thisisyusub/todo-api-dart-frog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisisyusub/todo-api-dart-frog
- Owner: thisisyusub
- Created: 2023-12-23T18:59:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T17:50:13.000Z (9 months ago)
- Last Synced: 2024-04-10T21:30:24.275Z (9 months ago)
- Language: Dart
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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" }