{"id":37162993,"url":"https://github.com/pebble-dev/rebblestore-api","last_synced_at":"2026-01-14T19:23:36.676Z","repository":{"id":77794942,"uuid":"77166495","full_name":"pebble-dev/rebblestore-api","owner":"pebble-dev","description":"Rebble Store api code.","archived":true,"fork":false,"pushed_at":"2019-08-09T00:31:36.000Z","size":3669,"stargazers_count":39,"open_issues_count":15,"forks_count":8,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-06-21T19:55:04.210Z","etag":null,"topics":["api","database","golang","pebble","rebblestore"],"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/pebble-dev.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":"2016-12-22T18:19:57.000Z","updated_at":"2023-01-28T17:35:21.000Z","dependencies_parsed_at":"2023-04-26T14:17:21.449Z","dependency_job_id":null,"html_url":"https://github.com/pebble-dev/rebblestore-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pebble-dev/rebblestore-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pebble-dev%2Frebblestore-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pebble-dev%2Frebblestore-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pebble-dev%2Frebblestore-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pebble-dev%2Frebblestore-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pebble-dev","download_url":"https://codeload.github.com/pebble-dev/rebblestore-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pebble-dev%2Frebblestore-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28432587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","database","golang","pebble","rebblestore"],"created_at":"2026-01-14T19:23:35.898Z","updated_at":"2026-01-14T19:23:36.666Z","avatar_url":"https://github.com/pebble-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Repo archived\nMoved to python implementation: https://github.com/pebble-dev/rebble-appstore-api\n\n## Rebble Store for pebble Backend/API\nThe Rebble Store is a Pebble Appstore replacement.\nIf you want to contribute join us on the [Pebble Dev Discord server](http://discord.gg/aRUAYFN), then head to `#appstore`.\n\n## Requirements\n\nBackend/API layer requires `git`, `go`, `npm`, and `apib2swagger`.\n\nTo make the backend do anything, you also need to download a copy of the Pebble App Store. You can already start downloading it [here](https://drive.google.com/file/d/0B1rumprSXUAhTjB1aU9GUFVPUW8/view) while you setup the development environment.\n\n## Dev Environment Setup\nPull down the project within your `$GOPATH`'s src folder ($GOPATH is an environment variable and is typically set to $HOME/go/ on \\*nix). This can be done by running (for example) the following set of commands:\n\n```shell\n# export GOPATH=~/go/ # Optional if your didn't move your ~/go directory\nmkdir -p $GOPATH/src/pebble-dev\ngit clone https://github.com/pebble-dev/rebblestore-api.git $GOPATH/src/pebble-dev/rebblestore-api\n```\n\n## Build Process\n\n### Backend\n1. If you haven't already, you will need to run `go get -v .` within the project directory;\n2. Run either `make` to build everything, or `go build -v .` to just build the go executable;\n3. You can run the api with `./rebblestore-api`, or run the tests with `./rebblestore-api-tests`.\n\n### Database\n\nInstructions to setup the database:\n\n1. If you haven't already, download a copy of the Pebble App Store by using [this tool](https://github.com/azertyfun/PebbleAppStoreCrawler). To ease the load on fitbit's servers, you can download it directly [here](https://drive.google.com/file/d/0B1rumprSXUAhTjB1aU9GUFVPUW8/view);\n2. Extract the PebbleAppStore folder to the project directory: `tar -xzf PebbleAppStore.tar.gz -C $GOPATH/src/pebble-dev/rebblestore-api`;\n3. Start `./rebblestore-api` and access http://localhost:8080/admin/rebuild/db to rebuild the database.\n\n## Contributing\n\n### How Do I Help?\n\nEveryone is welcome to help. Efforts are coordinated in the [issues tab](https://github.com/pebble-dev/rebblestore-api/issues), and in the [Discord Server](http://discord.gg/aRUAYFN) in the channel `#appstore`.\n\nIf this is your first time contributing to an Open-Source project, you can [read this article](https://code.tutsplus.com/tutorials/how-to-collaborate-on-github--net-34267) to familiarize yourself with the process.\n\nPlease [format your code with go fmt](https://blog.golang.org/go-fmt-your-code) and run `go test` before committing your changes. Some editor plugins (such as vim-go) should be able to do this automatically before save.\n\n\n### Code Structure\n\n* The core of the backend is an HTTP server powered by [Go's http library](https://golang.org/pkg/net/http/) as well as [the gorilla/mux URL router and dispatcher](https://github.com/gorilla/mux);\n* URLs are routed in `routes.go` (each URL gets its custom handler across multiple files);\n* When a valid URL is accessed, the corresponding handler is called. For example, `{server}/admin/version` is served by `AdminVersionHandler` in `admin.go`;\n* `admin.go` serves the database builder (used the first time you run the backend, or every time you add new columns to the DB that require data from the Pebble App Store archive);\n* `application.go` defines application structures (namely `RebbleApplication`), populates them, and handles most requests pertaining to the applications themselves;\n* `boot.go` handles the mobile application URI bootstrap, as [described on the wiki](https://github.com/pebble-dev/wiki/wiki/Mobile-Application-URI-Bootstrap).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpebble-dev%2Frebblestore-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpebble-dev%2Frebblestore-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpebble-dev%2Frebblestore-api/lists"}