コード例 #1
0
    /// <inheritdoc />
    public async Task <CollectionsModel> ListCollectionsAsync()
    {
        var endpointUrl = _urlBuilder.BuildCollectionsUrl();

        return(await _actionInvoker.InvokeReadOnlyMethodAsync <CollectionsModel>(endpointUrl, HttpMethod.Get));
    }