Versions in this module Expand all Collapse all v1 v1.0.0 Sep 24, 2023 Changes in this version + type DiscoverApp struct + func GetDiscoverApp(app string, request *http.Request, logger *log.Logger) *DiscoverApp + func (dApp *DiscoverApp) Delete(path string, data *map[string]interface{}, headers *map[string]string) (map[string]interface{}, error) + func (dApp *DiscoverApp) Get(path string, headers *map[string]string) (map[string]interface{}, error) + func (dApp *DiscoverApp) Head(path string, data *map[string]interface{}, headers *map[string]string) (map[string]interface{}, error) + func (dApp *DiscoverApp) Post(path string, data *map[string]interface{}, headers *map[string]string) (map[string]interface{}, error) + func (dApp *DiscoverApp) Put(path string, data *map[string]interface{}, headers *map[string]string) (map[string]interface{}, error) + func (dApp *DiscoverApp) SetGlobalHeaders(headers map[string]string)