Skip to content

mydoc-chat/infermedica

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