Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
githubとBasecampの統合により、メッセージ、カレンダー、ToDoなどを実際に追加することなく、Basecampの進行状況とイベントのセクションにアイテムが追加されます。apihttps://github.com/37signals/bcx-apiを見ると、イベントはすべて読み取られます-それだけ。/projects/x/events.jsonへのPOSTリクエストを実行しようとしましたが、(422)UnprocessableEntityエラーが返されました。
文書化されていないようですが、イベントAPIに投稿するための要件は次のとおりです。
説明、URL、タイトル、およびサービス
これらすべてがjsonオブジェクトにあり、イベントapi/projects/x/events.jsonに投稿すると機能します。