It's hard for me to answer these questions without more details. I think you should start with the proto documentation <https://developers.google.com/protocol-buffers> and the gRPC documentation. If you have more specific questions, please include the language and version of protobuf and what you have tried so far.
On Wednesday, June 15, 2022 at 11:02:25 AM UTC-7 [email protected] wrote: > I have an API key URL which uses the python language and data is > transmitted as procobuff. Actually, I want to read the data from that URL > through PHP language. Whether I should install protobuff related to > operating system windows and the php language-related protobuff.My System > is a windows machine. > > On Wednesday, June 15, 2022 at 4:31:51 PM UTC+5:30 [email protected] > wrote: > >> Is this really a gRPC question? protobuf is just a payload serialization >> format >> >> If it *is* gRPC, then: *how* is the API key expected to be transmitted? >> Is it a header? a payload item? Honestly, linking to the API specification >> would be a good idea. Otherwise this is very vague. >> >> On Wed, 15 Jun 2022 at 07:58, Dinny Augustine <[email protected]> wrote: >> >>> Hi, >>> I am new to protobuf. I want to get the response of an API key that >>> uses protobuf .I am using PHP language. How can I accomplish this. >>> >>> Thanks in advance >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Protocol Buffers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/protobuf/84cc1c93-d7f5-4ac6-8637-ff07478faa2dn%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/protobuf/84cc1c93-d7f5-4ac6-8637-ff07478faa2dn%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> >> >> -- >> Regards, >> >> Marc >> > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/eb0aadb0-3043-4b8d-80b6-49e7702bb17bn%40googlegroups.com.
