Skip to content

A Golang library that helps applications to interact with Nuts nodes and resources secured with Nuts.

License

Notifications You must be signed in to change notification settings

nuts-foundation/go-nuts-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang client library for the Nuts Node

Contains:

  • Generated clients to interact with the Nuts node's internal APIs
    • Discovery
    • Auth
  • An OAuth2 client for interacting with Resource Servers that are secured using Nuts.

Development

The library generates code from the Nuts node's OpenAPI specifications. To regenerate the code, run:

go generate ./...

It uses the oapi-codegen tool to generate the code. To install it, run:

go install github.com/oapi-codegen/oapi-codegen/v2/cmd/[email protected]

About

A Golang library that helps applications to interact with Nuts nodes and resources secured with Nuts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages