public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Alexander Monakov <amonakov@ispras.ru>
To: 徐坚皓 <jianhao_xu@smail.nju.edu.cn>
Cc: gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: the address of GCC bugzilla's RPC server
Date: Fri, 28 Aug 2020 18:02:49 +0300 (MSK)	[thread overview]
Message-ID: <alpine.LNX.2.20.13.2008281801250.12553@monopod.intra.ispras.ru> (raw)
In-Reply-To: <tencent_515B11F94DCE2C9B75F54F3C@qq.com>



On Fri, 28 Aug 2020, 徐坚皓 wrote:

> Hi,
> Can someone tell me where the address of GCC bugzilla's RPC server is?
> I konw that address of Redhat is "http://partner-bugzilla.redhat.com/".
> For gcc, I tried "https://gcc.gnu.org/bugzilla/" but failed, seems it is not a&nbsp;RPC URL.
> 
> 
> My purpose is to use api-key to do some tailored search.

I guess you mean REST API?  It is at /bugzilla/rest.cgi. Try this:

curl -v 'https://gcc.gnu.org/bugzilla/rest.cgi/bug?id=12345&include_fields=summary'

Alexander

  reply	other threads:[~2020-08-28 15:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-28 14:55 徐坚皓
2020-08-28 15:02 ` Alexander Monakov [this message]
2020-08-28 15:16   ` 徐坚皓

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.20.13.2008281801250.12553@monopod.intra.ispras.ru \
    --to=amonakov@ispras.ru \
    --cc=gcc-help@gcc.gnu.org \
    --cc=jianhao_xu@smail.nju.edu.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).