easy-msr-api 0.1.2

This is a library that provides Rust encapsulation for the MSR API, supporting direct API calls as well as optional Swagger UI documentation.
Documentation
1
2
3
4
5
6
7
#!/bin/bash
# 本地服务监听端口
SERVER_PORT=8080

# 远端(被封装)API 的 Base URL
REMOTE_BASE=https://monster-siren.hypergryph.com/api