Bug 276675 - [NEW PORT] www/static-api: A fake API REST for testing
Summary: [NEW PORT] www/static-api: A fake API REST for testing
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-28 02:40 UTC by jjachuf
Modified: 2024-02-01 13:11 UTC (History)
0 users

See Also:


Attachments
static-api diff file (36.52 KB, patch)
2024-01-28 02:40 UTC, jjachuf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jjachuf 2024-01-28 02:40:59 UTC
Created attachment 248025 [details]
static-api diff file

This is a simple application emulating a basic REST API. It allows CRUD operations (Create, Read, Update, Delete) on different collections, where each collection is represented as a JSON file in the file system. If the collection does not exist, it is automatically created.