|
|
|
|
@ -957,9 +957,9 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "input",
|
|
|
|
|
"typeAsString": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto, Volo.Abp.Ddd.Application.Contracts",
|
|
|
|
|
"type": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
|
|
|
"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
|
|
|
|
|
}
|
|
|
|
|
@ -977,6 +977,30 @@
|
|
|
|
|
"bindingSourceId": "Path",
|
|
|
|
|
"descriptorName": ""
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"nameOnMethod": "input",
|
|
|
|
|
"name": "AuthorId",
|
|
|
|
|
"jsonName": null,
|
|
|
|
|
"type": "System.Guid?",
|
|
|
|
|
"typeSimple": "string?",
|
|
|
|
|
"isOptional": false,
|
|
|
|
|
"defaultValue": null,
|
|
|
|
|
"constraintTypes": null,
|
|
|
|
|
"bindingSourceId": "ModelBinding",
|
|
|
|
|
"descriptorName": "input"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"nameOnMethod": "input",
|
|
|
|
|
"name": "Sorting",
|
|
|
|
|
"jsonName": null,
|
|
|
|
|
"type": "System.String",
|
|
|
|
|
"typeSimple": "string",
|
|
|
|
|
"isOptional": false,
|
|
|
|
|
"defaultValue": null,
|
|
|
|
|
"constraintTypes": null,
|
|
|
|
|
"bindingSourceId": "ModelBinding",
|
|
|
|
|
"descriptorName": "input"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"nameOnMethod": "input",
|
|
|
|
|
"name": "SkipCount",
|
|
|
|
|
@ -1000,6 +1024,43 @@
|
|
|
|
|
"constraintTypes": null,
|
|
|
|
|
"bindingSourceId": "ModelBinding",
|
|
|
|
|
"descriptorName": "input"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"returnValue": {
|
|
|
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.CmsKit.Public.Blogs.BlogPostPublicDto>",
|
|
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.CmsKit.Public.Blogs.BlogPostPublicDto>"
|
|
|
|
|
},
|
|
|
|
|
"allowAnonymous": null,
|
|
|
|
|
"implementFrom": "Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService"
|
|
|
|
|
},
|
|
|
|
|
"GetAuthorsHasBlogPostsAsyncByInput": {
|
|
|
|
|
"uniqueName": "GetAuthorsHasBlogPostsAsyncByInput",
|
|
|
|
|
"name": "GetAuthorsHasBlogPostsAsync",
|
|
|
|
|
"httpMethod": "GET",
|
|
|
|
|
"url": "api/cms-kit-public/blog-posts/authors",
|
|
|
|
|
"supportedVersions": [],
|
|
|
|
|
"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
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"nameOnMethod": "input",
|
|
|
|
|
"name": "Filter",
|
|
|
|
|
"jsonName": null,
|
|
|
|
|
"type": "System.String",
|
|
|
|
|
"typeSimple": "string",
|
|
|
|
|
"isOptional": false,
|
|
|
|
|
"defaultValue": null,
|
|
|
|
|
"constraintTypes": null,
|
|
|
|
|
"bindingSourceId": "ModelBinding",
|
|
|
|
|
"descriptorName": "input"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"nameOnMethod": "input",
|
|
|
|
|
@ -1012,11 +1073,72 @@
|
|
|
|
|
"constraintTypes": null,
|
|
|
|
|
"bindingSourceId": "ModelBinding",
|
|
|
|
|
"descriptorName": "input"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"nameOnMethod": "input",
|
|
|
|
|
"name": "SkipCount",
|
|
|
|
|
"jsonName": null,
|
|
|
|
|
"type": "System.Int32",
|
|
|
|
|
"typeSimple": "number",
|
|
|
|
|
"isOptional": false,
|
|
|
|
|
"defaultValue": null,
|
|
|
|
|
"constraintTypes": null,
|
|
|
|
|
"bindingSourceId": "ModelBinding",
|
|
|
|
|
"descriptorName": "input"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"nameOnMethod": "input",
|
|
|
|
|
"name": "MaxResultCount",
|
|
|
|
|
"jsonName": null,
|
|
|
|
|
"type": "System.Int32",
|
|
|
|
|
"typeSimple": "number",
|
|
|
|
|
"isOptional": false,
|
|
|
|
|
"defaultValue": null,
|
|
|
|
|
"constraintTypes": null,
|
|
|
|
|
"bindingSourceId": "ModelBinding",
|
|
|
|
|
"descriptorName": "input"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"returnValue": {
|
|
|
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.CmsKit.Public.Blogs.BlogPostPublicDto>",
|
|
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.CmsKit.Public.Blogs.BlogPostPublicDto>"
|
|
|
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.CmsKit.Users.CmsUserDto>",
|
|
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.CmsKit.Users.CmsUserDto>"
|
|
|
|
|
},
|
|
|
|
|
"allowAnonymous": null,
|
|
|
|
|
"implementFrom": "Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService"
|
|
|
|
|
},
|
|
|
|
|
"GetAuthorHasBlogPostAsyncById": {
|
|
|
|
|
"uniqueName": "GetAuthorHasBlogPostAsyncById",
|
|
|
|
|
"name": "GetAuthorHasBlogPostAsync",
|
|
|
|
|
"httpMethod": "GET",
|
|
|
|
|
"url": "api/cms-kit-public/blog-posts/authors/{id}",
|
|
|
|
|
"supportedVersions": [],
|
|
|
|
|
"parametersOnMethod": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
|
|
|
"type": "System.Guid",
|
|
|
|
|
"typeSimple": "string",
|
|
|
|
|
"isOptional": false,
|
|
|
|
|
"defaultValue": null
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"nameOnMethod": "id",
|
|
|
|
|
"name": "id",
|
|
|
|
|
"jsonName": null,
|
|
|
|
|
"type": "System.Guid",
|
|
|
|
|
"typeSimple": "string",
|
|
|
|
|
"isOptional": false,
|
|
|
|
|
"defaultValue": null,
|
|
|
|
|
"constraintTypes": [],
|
|
|
|
|
"bindingSourceId": "Path",
|
|
|
|
|
"descriptorName": ""
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"returnValue": {
|
|
|
|
|
"type": "Volo.CmsKit.Users.CmsUserDto",
|
|
|
|
|
"typeSimple": "Volo.CmsKit.Users.CmsUserDto"
|
|
|
|
|
},
|
|
|
|
|
"allowAnonymous": null,
|
|
|
|
|
"implementFrom": "Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService"
|
|
|
|
|
|