Re: the address of GCC bugzilla's RPC server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux