Documentation ¶
Index ¶
- type APIClient
- func (apiClient *APIClient) DoGet(requestString string, rawToken string) (map[string]interface{}, error)
- func (apiClient *APIClient) DoGetList(requestString string, rawToken string) ([]map[string]interface{}, error)
- func (apiClient *APIClient) DoPost(requestString string, rawToken string, payload map[string]interface{}) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
APIClient represents the actual client calling microservice
func (*APIClient) DoGet ¶
func (apiClient *APIClient) DoGet(requestString string, rawToken string) (map[string]interface{}, error)
DoGet is a generic method to carry out RESTful calls to the other external microservices in ISLA
Click to show internal directories.
Click to hide internal directories.