Skip to content

mydoc-chat/infermedica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infermedica (unofficial)

Go interface to the infermedica REST API

Description

This is a Go interface to the Infermedica REST API: https://developer.infermedica.com/docs/api

Installation

go get github.com/torniker/infermedica

Usage examples

Fetching symptoms

app := infermedica.NewApp("appid", "appkey", "model")
symptoms, err := app.Symptoms()
if err != nil {
    log.Errorf("Could not fetch symptoms: %v", err)
}
log.Infof("All Symptoms: %v", symptoms)

Releases

No releases published

Packages

No packages published

Languages