Added an api endpoint filter and updated the README
This commit is contained in:
parent
1fe6bacbc2
commit
eef075e899
4 changed files with 20 additions and 1 deletions
|
@ -98,6 +98,7 @@ func parseApiResponse(data map[string]interface{}, apiEndpoint ApiEndpoint) []Wi
|
|||
Name: d["name"].(string),
|
||||
Title: d["title"].(string),
|
||||
Classification: d["classification"].(string),
|
||||
ApiEndpointId: apiEndpoint.Id,
|
||||
}
|
||||
published, err := time.Parse(PUBLISHED_TIME_FORMAT, d["published"].(string))
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue