Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Conversation

@onixwr
Copy link

@onixwr onixwr commented Aug 21, 2023

Project::get_list_of_project_administrators
を呼ぶと以下のエラーが発生します。

キーワード引数の名前が間違っていたため修正を行いました。

File /lib/python3.8/site-packages/pybacklogpy/Project.py:263, in Project.get_list_of_project_administrators(self, project_id_or_key)
    252 """
    253 プロジェクト管理者一覧の取得
    254 https://developer.nulab.com/ja/docs/backlog/api/2/get-list-of-project-administrators/
   (...)
    258 :return: レスポンス
    259 """
    261 path = self.base_path + '/{project_id_or_key}/administrators'.format(project_id_or_key=project_id_or_key)
--> 263 return self.rs.send_get_request(path=path, request_param={})

TypeError: send_get_request() got an unexpected keyword argument 'request_param'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant