Class CommentApi

CommentApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • CommentApi

Constructors

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns CommentApi

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • 記事に新しいコメントを作成します。

    Parameters

    Returns Promise<AxiosResponse<Comment, any>>

    Summary

    コメントを投稿する

    Throws

    Memberof

    CommentApi

  • 指定されたコメントを削除します。

    Parameters

    Returns Promise<AxiosResponse<void, any>>

    Summary

    コメントを削除する

    Throws

    Memberof

    CommentApi

  • 指定されたコメントを取得します。

    Parameters

    Returns Promise<AxiosResponse<Comment, any>>

    Summary

    コメントを取得する

    Throws

    Memberof

    CommentApi

  • チーム全体のコメント一覧を作成日の降順で返却します。

    Parameters

    Returns Promise<AxiosResponse<PaginatedComments, any>>

    Summary

    コメント一覧を取得する

    Throws

    Memberof

    CommentApi

  • 指定されたコメントを更新します。

    Parameters

    Returns Promise<AxiosResponse<Comment, any>>

    Summary

    コメントを更新する

    Throws

    Memberof

    CommentApi

Generated using TypeDoc