Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.45 KB

ExportApi.md

File metadata and controls

58 lines (32 loc) · 1.45 KB

\ExportApi

All URIs are relative to http://localhost/api/v1

Method HTTP request Description
GetExportEvalCacheJSON Get /export/eval_cache/json
GetExportSqlite Get /export/sqlite

GetExportEvalCacheJSON

interface{} GetExportEvalCacheJSON(ctx, )

Export JSON format of the eval cache dump

Required Parameters

This endpoint does not need any parameter.

Return type

interface{}

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetExportSqlite

*os.File GetExportSqlite(ctx, )

Export sqlite3 format of the db dump, which is converted from the main database.

Required Parameters

This endpoint does not need any parameter.

Return type

*os.File

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/octet-stream

[Back to top] [Back to API list] [Back to Model list] [Back to README]