This repository was archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
API.Routes.DoneDatCreate
Mestre-Tramador edited this page Sep 9, 2022
·
1 revision
/dump
Get all undumped .dat files and summarize their data in a .done.dat file.
{
"name": "9.done.dat",
"data": {
"customers_quantity": 41,
"sellers_quantity": 20,
"most_expensive_sale_id": 638,
"worst_seller": "Jaqueline Garcia"
}
}The data is the same of the Read route, which requires the ID (number) on the
name returned.
{
"message": "No newer Dat files"
}If there is no unread .dat files on the database, then this message is returned
as no dump is made.
Exper-Dat-Reader is licensed under the GNU GENERAL PUBLIC LICENSE Version 3.
If you'd like to contribute, please read our Contribution Guidelines.