Results 10 issues of sherod taylor

I'm currently using another library to go through the OAuth flow. I would like to use this library to call Coinbase but not to authenticate.

I'm trying to follow the readme to create custom functions but it's failing with the readme example. ``` error: unable to parse template schema/typedef.xo.go.tpl: template: schema/typedef.xo.go.tpl:214: undefined variable "$type" make:...

It seems like graphql parser doesn't like graphql comments in the schemas? This is using the federated proxy example. ``` build base schema: parse graphql document string: external: unexpected token...

good first issue

This adds coinbase to the providers in the oauth2 package.

cla: yes
endpoints

I don't see any info on token introspection. Isn't this part of the oauth2 spec? https://tools.ietf.org/html/rfc7662

I have an api design like below. I've added the `ConvertTo` and `CreateFrom` but no new methods are generated ```go var _ = API("api", func() { Title("API") Description("some api") })...

Is this repo dead? There are a couple new prs open.

remove yaml parsing from load_config to remove yaml dependency on load function as well as expose a run function that uses library.

### Description I have a custom kubernetes deployment that requires stateless applications which has been a standard for a long time. ### Suggested solution I'd like to be able to...

I've downloaded ollama I'm not sure what i'm expecting to happen I've pulled the model locally. There is no guidance on what is expected to happen or how to use?...