All URIs are relative to http://localhost/api/v1
Method | HTTP request | Description |
---|---|---|
GetExportEvalCacheJSON | Get /export/eval_cache/json | |
GetExportSqlite | Get /export/sqlite |
interface{} GetExportEvalCacheJSON(ctx, )
Export JSON format of the eval cache dump
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
*os.File GetExportSqlite(ctx, )
Export sqlite3 format of the db dump, which is converted from the main database.
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/octet-stream
[Back to top] [Back to API list] [Back to Model list] [Back to README]