github第三者登録urlパラメータ?access_token=使い続けることができません.

976 ワード

  • は3月から使えなくなるはずです.使用時にgithubからメールで注意喚起を送りました.On Markch 25 th、2020 at 03:17(UTC)your aplication(xxxxxxxx)used an access token(with the User-Agent ok htp/3.1.1)as part of a query parameter to access an endpoint through the GitHub API:https://api.github.com/user Please use the Authorzation HTTP header instead as using the access_token query parameter is deprecated.Depending on your APIは、we’ll be sending you this email reminder on a montlybasis.Visithttps://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param for more information about suggated workounds and removal dates.Thanks,The GitHub Team
  • 時に入ると、必ずこのフォーマットを使わなければなりません.
      curl -H 'Authorization: token my_access_token' https://api.github.com/user/repos
    
    自分で使っているのはOKです.どうやって解決しますか?
    解決策:
  • curl-Hはhttp要求を追加するヘッダを表し、okhttpのget要求にヘッダheaderを追加する必要があるだけである().
    自分は料理を比較して、この問題のために多くの時間を浪費しましたが、収穫があったと言えます.このブログが他の学生に助けたらいいです.