{"id":20923611,"url":"https://github.com/pascal-splotches/go-tilaa","last_synced_at":"2026-05-23T08:04:39.785Z","repository":{"id":144291086,"uuid":"115276740","full_name":"pascal-splotches/go-tilaa","owner":"pascal-splotches","description":"Tilaa API client written in GoLang","archived":false,"fork":false,"pushed_at":"2017-12-27T02:08:28.000Z","size":38,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T17:49:37.203Z","etag":null,"topics":["api-client","go","golang","tilaa","vps"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pascal-splotches.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-12-24T17:01:55.000Z","updated_at":"2017-12-24T17:04:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"500a5e56-2d0f-47c8-8841-338a6ea6762e","html_url":"https://github.com/pascal-splotches/go-tilaa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascal-splotches%2Fgo-tilaa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascal-splotches%2Fgo-tilaa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascal-splotches%2Fgo-tilaa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascal-splotches%2Fgo-tilaa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pascal-splotches","download_url":"https://codeload.github.com/pascal-splotches/go-tilaa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243318747,"owners_count":20272138,"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":["api-client","go","golang","tilaa","vps"],"created_at":"2024-11-18T20:17:06.279Z","updated_at":"2025-12-25T08:52:29.998Z","avatar_url":"https://github.com/pascal-splotches.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-tilaa\n\n[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n[![Build Status](https://travis-ci.org/pascal-splotches/go-tilaa.svg?branch=master)](https://travis-ci.org/pascal-splotches/go-tilaa)\n\n\u003e Tilaa API Client written in Go\n\ngo-tilaa is a Go library for managing your [Tilaa](https://www.tilaa.com) Services. It currently allows you to manage your Virtual Machines, Snapshots, Metadata, SSH Keys and more through a simple interface. Currently the library implements v1 of the [Tilaa API](https://www.tilaa.com/en/api/docs).\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [Maintainers](#maintainers)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\nStandard `go get`:\n```\n$ go get github.com/pascal-splotches/go-tilaa\n```\n\n## Usage\n\nFor further documentation please see [Godoc](https://godoc.org/github.com/pascal-splotches/go-tilaa).\n\nBasic Example:\n```\npackage main\n\nimport (\n\t\"splotch.es/tilaa/go-tilaa\"\n\t\"fmt\"\n)\n\nfunc main() {\n\tclient := go_tilaa.New(\"api@example.com\", \"***\")\n\n\tpresets, _ := client.Preset.List()\n\n\ttemplates, _ := client.Template.List()\n\n\tfor _, template := range *templates {\n\t\tfmt.Printf(\"\\nId:\\t\\t%v\", template.Id)\n\t\tfmt.Printf(\"\\nName:\\t%v\", template.Name)\n\t\tfmt.Printf(\"\\nStorage:%v\", template.Storage)\n\t\tfmt.Printf(\"\\nRam:\\t%v\", template.Ram)\n\t}\n\n\tsites, _ := client.Site.List()\n\n\tfor _, site := range *sites {\n\t\tfmt.Printf(\"\\nId:\\t\\t%v\", site.Id)\n\t\tfmt.Printf(\"\\nName:\\t%v\", site.Name)\n\t}\n}\n```\n\n## Maintainers\n\n[@Pascal Scheepers](https://github.com/pascal-splotches)\n\n## Contribute\n\nPRs accepted.\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\nThis project is licensed under the [GNU General Public License v3.0](LICENSE)\n\n © Pascal Scheepers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascal-splotches%2Fgo-tilaa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascal-splotches%2Fgo-tilaa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascal-splotches%2Fgo-tilaa/lists"}