{"id":21878290,"url":"https://github.com/pepabo/golipop","last_synced_at":"2025-04-15T03:04:33.099Z","repository":{"id":57508727,"uuid":"108353051","full_name":"pepabo/golipop","owner":"pepabo","description":"🦍 A Lolipop! Managed Cloud API client library for Go","archived":false,"fork":false,"pushed_at":"2020-01-24T08:37:35.000Z","size":73,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-15T03:04:23.316Z","etag":null,"topics":["client","cloud","go","golang","lolipop"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pepabo.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}},"created_at":"2017-10-26T02:45:35.000Z","updated_at":"2020-01-24T08:36:55.000Z","dependencies_parsed_at":"2022-09-02T01:41:45.014Z","dependency_job_id":null,"html_url":"https://github.com/pepabo/golipop","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fgolipop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fgolipop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fgolipop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fgolipop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepabo","download_url":"https://codeload.github.com/pepabo/golipop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997083,"owners_count":21195798,"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":["client","cloud","go","golang","lolipop"],"created_at":"2024-11-28T08:12:11.700Z","updated_at":"2025-04-15T03:04:33.083Z","avatar_url":"https://github.com/pepabo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/pepabo/lolp.rb/images/lolipop-logo-by-gmo-pepabo.png\" width=\"300\" alt=\"lolp\" /\u003e\u003c/p\u003e\u003cp align=\"center\"\u003e\u003cstrong\u003elolp\u003c/strong\u003e: A Lolipop! Managed Cloud API client library for Go\u003c/p\u003e \u003cbr /\u003e \u003cbr /\u003e\n\n[![Travis](https://img.shields.io/travis/pepabo/golipop.svg?style=flat-square)][travis]\n[![GitHub release](http://img.shields.io/github/release/pepabo/golipop.svg?style=flat-square)][release]\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]\n[![Go Documentation](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][godocs]\n\n[travis]: https://travis-ci.org/pepabo/golipop\n[release]: https://github.com/pepabo/golipop/releases\n[license]: https://github.com/pepabo/golipop/blob/master/LICENSE\n[godocs]: http://godoc.org/github.com/pepabo/golipop\n\nInstallation\n------------\n\nTo install, use `go get`:\n\n```sh\n$ go get -d github.com/pepabo/golipop\n```\n\nUsage\n-----\n\nAs CLI:\n\n```sh\n$ eval $(lolp login -u \u003cyour@example.com\u003e -p \u003cyour_password\u003e)\n$ lolp project create -k rails -s foobar -d password:\u003cyour_password\u003e\nfoobar.lolipop.io\n$ lolp project foobar\nID                 \"cdd32ae5-c118-4fc9-b9d6-ea5ad18f3737\"\nKind               \"rails\"\nDomain             \"foobar.lolipop.io\"\n...\n```\n\nAs library:\n\n```go\nclient := lolp.DefaultClinet()\ntoken, err := client.Login(\"your@example.com\", \"your_password\")\nif err != nil {\n  panic(err)\n}\np := \u0026ProjectNew{\n  Kind: \"rails\",\n  Database: map[string]interface{} {\"password\": \"********\"},\n}\nproject, err := client.CreateProject(p)\nif err != nil {\n  panic(err)\n}\n```\n\nContribution\n------------\n\n1. Fork ([https://github.com/pepabo/golipop/fork](https://github.com/pepabo/golipop/fork))\n1. Create a feature branch\n1. Commit your changes\n1. Rebase your local changes against the master branch\n1. Run test suite with the `go test ./...` command and confirm that it passes\n1. Run `gofmt -s`\n1. Create a new Pull Request\n\nAuthor\n------\n\n[linyows](https://github.com/linyows)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepabo%2Fgolipop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepabo%2Fgolipop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepabo%2Fgolipop/lists"}