feat: implement RFS client with authentication and file management APIs
This commit is contained in:
37
packages/clients/rfsclient/openapi/docs/FlistServingApi.md
Normal file
37
packages/clients/rfsclient/openapi/docs/FlistServingApi.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# \FlistServingApi
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**serve_flists**](FlistServingApi.md#serve_flists) | **GET** /{path} | Serve flist files from the server's filesystem
|
||||
|
||||
|
||||
|
||||
## serve_flists
|
||||
|
||||
> models::ResponseResult serve_flists(path)
|
||||
Serve flist files from the server's filesystem
|
||||
|
||||
### Parameters
|
||||
|
||||
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**path** | **String** | Path to the flist file or directory to serve | [required] |
|
||||
|
||||
### Return type
|
||||
|
||||
[**models::ResponseResult**](ResponseResult.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
No authorization required
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
||||
|
Reference in New Issue
Block a user