[go-nuts] Re: New edition of the Go Programming Language comming soon ?

2022-03-25 Thread tmack8080
Page XV: "We assume that you have programmed in one or more languages, whether compiled like C, C++, and Java, or interpreted like Python, Ruby, and JavaScript, so we won't spell out everything as if for a total beginner." On Monday, March 14, 2022 at 12:11:34 PM UTC-4 r...@rwx.gg wrote: > As a

Re: [go-nuts] Help with Oauth2 "grant_type=client_credentials"

2020-02-11 Thread tmack8080
terwards using >> http.Client will be more or less trivial. >> >> that said, you may be missing a call to SetBasicAuth with the client >> id and secret, or sourcing a JWT beforehand from /oauth/token >> >> On Tue, Feb 11, 2020 at 4:56 PM tmack8080 > > wrote: &

[go-nuts] Help with Oauth2 "grant_type=client_credentials"

2020-02-11 Thread tmack8080
Hi, I'm not a programmer. I have this working in PowerShell. Requirement: Query hardware vendor web APIs, using the device serial number, for device warranty status. The vendors require that the "client_id" and "client_secret", as well as the "grant_type=client_credentials" be pas