public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* the address of GCC bugzilla's RPC server
@ 2020-08-28 14:55 徐坚皓
  2020-08-28 15:02 ` Alexander Monakov
  0 siblings, 1 reply; 3+ messages in thread
From: 徐坚皓 @ 2020-08-28 14:55 UTC (permalink / raw)
  To: gcc-help

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 RPC URL.


My purpose is to use api-key to do some tailored search.


Thanks vert much!
Jianhao

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: the address of GCC bugzilla's RPC server
  2020-08-28 14:55 the address of GCC bugzilla's RPC server 徐坚皓
@ 2020-08-28 15:02 ` Alexander Monakov
  2020-08-28 15:16   ` 徐坚皓
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Monakov @ 2020-08-28 15:02 UTC (permalink / raw)
  To: 徐坚皓; +Cc: gcc-help



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 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: the address of GCC bugzilla's RPC server
  2020-08-28 15:02 ` Alexander Monakov
@ 2020-08-28 15:16   ` 徐坚皓
  0 siblings, 0 replies; 3+ messages in thread
From: 徐坚皓 @ 2020-08-28 15:16 UTC (permalink / raw)
  To: Alexander Monakov; +Cc: gcc-help

It works!
Thanks a lot.


Jianhao
 
------------------ Original ------------------
From: &nbsp;"Alexander Monakov"<amonakov@ispras.ru&gt;;
Date: &nbsp;Fri, Aug 28, 2020 11:10 PM
To: &nbsp;"徐坚皓"<jianhao_xu@smail.nju.edu.cn&gt;; 
Cc: &nbsp;"gcc-help"<gcc-help@gcc.gnu.org&gt;; 
Subject: &nbsp;Re: the address of GCC bugzilla's RPC server

&nbsp;



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

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

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

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

Alexander

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-28 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28 14:55 the address of GCC bugzilla's RPC server 徐坚皓
2020-08-28 15:02 ` Alexander Monakov
2020-08-28 15:16   ` 徐坚皓

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).