MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / parseRequest

Method parseRequest

cmd/server/main.go:786–789  ·  view source on GitHub ↗
(r *http.Request)

Source from the content-addressed store, hash-verified

784var _ requester = getTempCredentialRequest{}
785
786func (getTempCredentialRequest) parseRequest(r *http.Request) error {
787 // The expected request body is blank for this endpoint. Not `{}`, not `null`, just blank.
788 return nil
789}
790
791type getTempCredentialResponse struct {
792 Credentials *getTempCredentialResponseCredentials `json:"Credentials"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected