Julien Gotteland
Results
2
issues of
Julien Gotteland
Hello, I'm trying to use Restish with a corporate API that requires OAuth 2.0 Client Credentials authentication. The authentication /token endpoint also requires a client certificate. With the current version...
bug
Hello, not sure if this is expected? [https://go.dev/play/p/yMEuRKDSOSI](https://go.dev/play/p/yMEuRKDSOSI) ```go package main import ( "fmt" sq "github.com/Masterminds/squirrel" ) func getFilter() sq.Or { return nil } func main() { users := sq.Select("*").From("users").Where(getFilter())...