Titan Explorer is a RESTful API service built with Go that provides a set of endpoints for accessing and manipulating data in the application.
NOTE: This project is still in development.
To install and run the API service, follow these steps:
- Clone the repository:
git clone https://github.com/gnasnik/titan-explorer.git
- Copy the
config.toml-example
file toconfig.toml
and modify the configuration settings as needed. - Install dependencies:
go mod tidy
- Start the server:
go run main.go
By default, the server runs on port 8080. You can change the port by setting the ApiListen
variable.
Feel free to submit issues and enhancement requests.
Titan Explorer is released under the terms of both the MIT License and the Apache2.0.
See MIT and Apache2.0 for more information.
- 新增获取调度器区域列表接口:
/api/v1/storage/get_area_id
- 取消数据同步接口:
/api/v1/storage/get_locateStorage
- 需要增加
area_id
请求参数的接口:/api/v1/storage/create_asset
,响应由原来的单节点,变为节点列表/api/v1/storage/delete_asset
/api/v1/storage/get_asset_info
/api/v1/storage/get_asset_list
/api/v1/storage/get_all_asset_list
/api/v1/storage/share_status_set
/api/v1/storage/get_asset_count
/api/v1/storage/get_asset_group_list
/api/v1/storage/move_asset_to_group
/api/v1/storage/get_map_cid
/api/v1/storage/get_asset_detail
/api/v1/storage/get_asset_location
/api/v1/storage/share_asset
/api/v1/storage/get_asset_status