{"id":18714117,"url":"https://github.com/dragonraid/gowit","last_synced_at":"2025-07-15T12:06:01.689Z","repository":{"id":128434088,"uuid":"147251395","full_name":"dragonraid/gowit","owner":"dragonraid","description":"Go library for Wit.ai https://wit.ai","archived":false,"fork":false,"pushed_at":"2021-07-06T08:50:16.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T09:20:13.046Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dragonraid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-03T20:37:20.000Z","updated_at":"2021-07-06T08:50:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"c89b13b6-66a8-44bd-baf9-919833cd6fa3","html_url":"https://github.com/dragonraid/gowit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonraid%2Fgowit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonraid%2Fgowit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonraid%2Fgowit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonraid%2Fgowit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dragonraid","download_url":"https://codeload.github.com/dragonraid/gowit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239576790,"owners_count":19662114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T12:51:16.919Z","updated_at":"2025-02-19T01:15:51.790Z","avatar_url":"https://github.com/dragonraid.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gowit\n\n\u003e NOTE: Deprecated in favour of this [project](https://github.com/wit-ai/wit-go)\n\n[![Build Status](https://travis-ci.org/dragonraid/gowit.svg?branch=master)](https://travis-ci.org/dragonraid/gowit)\n\n`gowit` is the Go SDK for [Wit.ai](https://wit.ai/)\n\n**This is WIP**\n\n## Install\nUsing `go get`:\n```\ngo get github.com/dragonraid/gowit\n```\t\nFrom source:\n```\ngit clone https://github.com/dragonraid/gowit $GOPATH/src/github.com/dragonraid/\ngo install $GOPATH/src/github.com/dragonraid/gowit\n```\t\n## Usage:\n\nFor minimal working example you need to specify `WIT_API_TOKEN` environment variable. Then you can do:\n```\nwitAPI := wit.New()\nbody, _, err := witApi.Message(\"YOUR MESSAGE\").Do()\n```\n\nSee the also `examples` directory\n\n## API\n\n### Versioning\nThe default API version is `20180527`. You can target a specific version by setting the env variable `WIT_API_VERSION`. \n\n### Overview\n\n`gowit` provides interaction with following endpoints:\n\n* `Message` - [the Wit message API](https://wit.ai/docs/http/20170307#get--message-link)\n\n\n## Optional settings\nYou have two options how to setup your client behaviour\n* Environment variables\n\t* `WIT_API_URL`     (defaults to `https://api.wit.ai`)\n\t* `WIT_API_VERSION` (defaults to `20180527`)\n\t* `WIT_API_VERBOSE` (defaults to `false`) \n\t\n\t\n* Wit struct \n```\nwitApi := \u0026wit.Wit{\n\tToken:   \"\u003cWIT_API_TOKEN\u003e\",\n\tURL:     \"\u003cWIT_API_URL\u003e\",\n\tVersion: \"\u003cWIT_API_VERSION\u003e\",\n\tVerbose: \"\u003cWIT_API_VERBOSE\u003e\",\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonraid%2Fgowit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragonraid%2Fgowit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonraid%2Fgowit/lists"}