package
0.0.0-20241226104941-7124079c1b95
Repository: https://github.com/ibiscum/go-oas-examples.git
Documentation: pkg.go.dev

# README

curl --compressed -v -t http://localhost:8080/v1/oauth/tokens -u test_client_1:test_secret -d "grant_type=client_credentials" -d "scope=read_write"

# Packages

Package client provides primitives to interact with the openapi HTTP API.