This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Description
The following:
from pygithub3 import Github
Github(token='token').repos.collaborators.add('collaborator', user='user', repo='repo')
fails with pygithub3.exceptions.BadRequest: 400 - Problems parsing JSON after GitHub tries to interpret the PLACEHOLDER (submitted by pygithub.services.base.Service._put) as JSON.