|
|
|
@ -8,11 +8,65 @@ |
|
|
|
"controllerName": "TagPublic", |
|
|
|
"controllerGroupName": "TagPublic", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": false, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.CmsKit.Public.Tags.TagPublicController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.CmsKit.Tags.ITagAppService" |
|
|
|
"type": "Volo.CmsKit.Tags.ITagAppService", |
|
|
|
"name": "ITagAppService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "GetAllRelatedTagsAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "entityType", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "entityId", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Collections.Generic.List<Volo.CmsKit.Tags.TagDto>", |
|
|
|
"typeSimple": "[Volo.CmsKit.Tags.TagDto]" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetPopularTagsAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "entityType", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "maxCount", |
|
|
|
"typeAsString": "System.Int32, System.Private.CoreLib", |
|
|
|
"type": "System.Int32", |
|
|
|
"typeSimple": "number", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Collections.Generic.List<Volo.CmsKit.Tags.PopularTagDto>", |
|
|
|
"typeSimple": "[Volo.CmsKit.Tags.PopularTagDto]" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
@ -72,6 +126,65 @@ |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.CmsKit.Tags.ITagAppService" |
|
|
|
}, |
|
|
|
"GetPopularTagsAsyncByEntityTypeAndMaxCount": { |
|
|
|
"uniqueName": "GetPopularTagsAsyncByEntityTypeAndMaxCount", |
|
|
|
"name": "GetPopularTagsAsync", |
|
|
|
"httpMethod": "GET", |
|
|
|
"url": "api/cms-kit-public/tags/popular/{entityType}/{maxCount}", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "entityType", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "maxCount", |
|
|
|
"typeAsString": "System.Int32, System.Private.CoreLib", |
|
|
|
"type": "System.Int32", |
|
|
|
"typeSimple": "number", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "entityType", |
|
|
|
"name": "entityType", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": [], |
|
|
|
"bindingSourceId": "Path", |
|
|
|
"descriptorName": "" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"nameOnMethod": "maxCount", |
|
|
|
"name": "maxCount", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.Int32", |
|
|
|
"typeSimple": "number", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": [ |
|
|
|
"IntRouteConstraint" |
|
|
|
], |
|
|
|
"bindingSourceId": "Path", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Collections.Generic.List<Volo.CmsKit.Tags.PopularTagDto>", |
|
|
|
"typeSimple": "[Volo.CmsKit.Tags.PopularTagDto]" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.CmsKit.Tags.ITagAppService" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
@ -79,11 +192,106 @@ |
|
|
|
"controllerName": "ReactionPublic", |
|
|
|
"controllerGroupName": "ReactionPublic", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": false, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.CmsKit.Public.Reactions.ReactionPublicController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.CmsKit.Public.Reactions.IReactionPublicAppService" |
|
|
|
"type": "Volo.CmsKit.Public.Reactions.IReactionPublicAppService", |
|
|
|
"name": "IReactionPublicAppService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "GetForSelectionAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "entityType", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "entityId", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Application.Dtos.ListResultDto<Volo.CmsKit.Public.Reactions.ReactionWithSelectionDto>", |
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.ListResultDto<Volo.CmsKit.Public.Reactions.ReactionWithSelectionDto>" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "CreateAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "entityType", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "entityId", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "reaction", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "DeleteAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "entityType", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "entityId", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "reaction", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
@ -304,11 +512,98 @@ |
|
|
|
"controllerName": "RatingPublic", |
|
|
|
"controllerGroupName": "RatingPublic", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": false, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.CmsKit.Public.Ratings.RatingPublicController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.CmsKit.Public.Ratings.IRatingPublicAppService" |
|
|
|
"type": "Volo.CmsKit.Public.Ratings.IRatingPublicAppService", |
|
|
|
"name": "IRatingPublicAppService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "CreateAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "entityType", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "entityId", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.CmsKit.Public.Ratings.CreateUpdateRatingInput, Volo.CmsKit.Public.Application.Contracts", |
|
|
|
"type": "Volo.CmsKit.Public.Ratings.CreateUpdateRatingInput", |
|
|
|
"typeSimple": "Volo.CmsKit.Public.Ratings.CreateUpdateRatingInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.CmsKit.Public.Ratings.RatingDto", |
|
|
|
"typeSimple": "Volo.CmsKit.Public.Ratings.RatingDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "DeleteAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "entityType", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "entityId", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetGroupedStarCountsAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "entityType", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "entityId", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Collections.Generic.List<Volo.CmsKit.Public.Ratings.RatingWithStarCountDto>", |
|
|
|
"typeSimple": "[Volo.CmsKit.Public.Ratings.RatingWithStarCountDto]" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
@ -509,11 +804,40 @@ |
|
|
|
"controllerName": "PagesPublic", |
|
|
|
"controllerGroupName": "PagesPublic", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": false, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.CmsKit.Public.Pages.PagesPublicController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.CmsKit.Public.Pages.IPagePublicAppService" |
|
|
|
"type": "Volo.CmsKit.Public.Pages.IPagePublicAppService", |
|
|
|
"name": "IPagePublicAppService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "FindBySlugAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "slug", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.CmsKit.Contents.PageDto", |
|
|
|
"typeSimple": "Volo.CmsKit.Contents.PageDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "FindDefaultHomePageAsync", |
|
|
|
"parametersOnMethod": [], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.CmsKit.Contents.PageDto", |
|
|
|
"typeSimple": "Volo.CmsKit.Contents.PageDto" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
@ -575,11 +899,23 @@ |
|
|
|
"controllerName": "MenuItemPublic", |
|
|
|
"controllerGroupName": "MenuItemPublic", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": false, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.CmsKit.Public.Menus.MenuItemPublicController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.CmsKit.Public.Menus.IMenuItemPublicAppService" |
|
|
|
"type": "Volo.CmsKit.Public.Menus.IMenuItemPublicAppService", |
|
|
|
"name": "IMenuItemPublicAppService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "GetListAsync", |
|
|
|
"parametersOnMethod": [], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Collections.Generic.List<Volo.CmsKit.Menus.MenuItemDto>", |
|
|
|
"typeSimple": "[Volo.CmsKit.Menus.MenuItemDto]" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
@ -604,11 +940,31 @@ |
|
|
|
"controllerName": "GlobalResourcePublic", |
|
|
|
"controllerGroupName": "GlobalResourcePublic", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": false, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.CmsKit.Public.GlobalResources.GlobalResourcePublicController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.CmsKit.Public.GlobalResources.IGlobalResourcePublicAppService" |
|
|
|
"type": "Volo.CmsKit.Public.GlobalResources.IGlobalResourcePublicAppService", |
|
|
|
"name": "IGlobalResourcePublicAppService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "GetGlobalScriptAsync", |
|
|
|
"parametersOnMethod": [], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.CmsKit.Public.GlobalResources.GlobalResourceDto", |
|
|
|
"typeSimple": "Volo.CmsKit.Public.GlobalResources.GlobalResourceDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetGlobalStyleAsync", |
|
|
|
"parametersOnMethod": [], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.CmsKit.Public.GlobalResources.GlobalResourceDto", |
|
|
|
"typeSimple": "Volo.CmsKit.Public.GlobalResources.GlobalResourceDto" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
@ -648,11 +1004,115 @@ |
|
|
|
"controllerName": "CommentPublic", |
|
|
|
"controllerGroupName": "CommentPublic", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": false, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.CmsKit.Public.Comments.CommentPublicController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.CmsKit.Public.Comments.ICommentPublicAppService" |
|
|
|
"type": "Volo.CmsKit.Public.Comments.ICommentPublicAppService", |
|
|
|
"name": "ICommentPublicAppService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "GetListAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "entityType", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "entityId", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Application.Dtos.ListResultDto<Volo.CmsKit.Public.Comments.CommentWithDetailsDto>", |
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.ListResultDto<Volo.CmsKit.Public.Comments.CommentWithDetailsDto>" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "CreateAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "entityType", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "entityId", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.CmsKit.Public.Comments.CreateCommentInput, Volo.CmsKit.Public.Application.Contracts", |
|
|
|
"type": "Volo.CmsKit.Public.Comments.CreateCommentInput", |
|
|
|
"typeSimple": "Volo.CmsKit.Public.Comments.CreateCommentInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.CmsKit.Public.Comments.CommentDto", |
|
|
|
"typeSimple": "Volo.CmsKit.Public.Comments.CommentDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "UpdateAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.CmsKit.Public.Comments.UpdateCommentInput, Volo.CmsKit.Public.Application.Contracts", |
|
|
|
"type": "Volo.CmsKit.Public.Comments.UpdateCommentInput", |
|
|
|
"typeSimple": "Volo.CmsKit.Public.Comments.UpdateCommentInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.CmsKit.Public.Comments.CommentDto", |
|
|
|
"typeSimple": "Volo.CmsKit.Public.Comments.CommentDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "DeleteAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
@ -890,11 +1350,116 @@ |
|
|
|
"controllerName": "BlogPostPublic", |
|
|
|
"controllerGroupName": "BlogPostPublic", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": false, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.CmsKit.Public.Blogs.BlogPostPublicController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService" |
|
|
|
"type": "Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService", |
|
|
|
"name": "IBlogPostPublicAppService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "GetListAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "blogSlug", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.CmsKit.Public.Blogs.BlogPostGetListInput, Volo.CmsKit.Public.Application.Contracts", |
|
|
|
"type": "Volo.CmsKit.Public.Blogs.BlogPostGetListInput", |
|
|
|
"typeSimple": "Volo.CmsKit.Public.Blogs.BlogPostGetListInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.CmsKit.Contents.BlogPostCommonDto>", |
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.CmsKit.Contents.BlogPostCommonDto>" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "blogSlug", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "blogPostSlug", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.CmsKit.Contents.BlogPostCommonDto", |
|
|
|
"typeSimple": "Volo.CmsKit.Contents.BlogPostCommonDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetAuthorsHasBlogPostsAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.CmsKit.Public.Blogs.BlogPostFilteredPagedAndSortedResultRequestDto, Volo.CmsKit.Public.Application.Contracts", |
|
|
|
"type": "Volo.CmsKit.Public.Blogs.BlogPostFilteredPagedAndSortedResultRequestDto", |
|
|
|
"typeSimple": "Volo.CmsKit.Public.Blogs.BlogPostFilteredPagedAndSortedResultRequestDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.CmsKit.Users.CmsUserDto>", |
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.CmsKit.Users.CmsUserDto>" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetAuthorHasBlogPostAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.CmsKit.Users.CmsUserDto", |
|
|
|
"typeSimple": "Volo.CmsKit.Users.CmsUserDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "DeleteAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
|