{"id":24747891,"url":"https://github.com/codingitwrong/riverbed-api","last_synced_at":"2025-10-24T08:19:19.216Z","repository":{"id":181522351,"uuid":"582313244","full_name":"CodingItWrong/riverbed-api","owner":"CodingItWrong","description":"Backend API for Riverbed, an app for creating CRUD apps with interactivity with no programming.","archived":false,"fork":false,"pushed_at":"2025-09-15T15:41:21.000Z","size":760,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-15T17:40:47.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://about.riverbed.app","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodingItWrong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-12-26T12:31:27.000Z","updated_at":"2025-09-15T15:02:32.000Z","dependencies_parsed_at":"2023-07-16T02:23:20.015Z","dependency_job_id":"ba6f7064-863a-46a7-b184-68b768e0652d","html_url":"https://github.com/CodingItWrong/riverbed-api","commit_stats":null,"previous_names":["codingitwrong/riverbed-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodingItWrong/riverbed-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Friverbed-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Friverbed-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Friverbed-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Friverbed-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodingItWrong","download_url":"https://codeload.github.com/CodingItWrong/riverbed-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Friverbed-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004706,"owners_count":26083750,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-28T05:18:03.978Z","updated_at":"2025-10-10T16:31:32.253Z","avatar_url":"https://github.com/CodingItWrong.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Riverbed API\n\nBackend API for Riverbed, an app for creating interactive CRUD apps with no programming.\n\n## Getting Started\n\n### Requirements\n\n1. Ruby\n1. PostgreSQL (e.g. [Postgres.app][postgres-app])\n\n### Setup\n\n```sh\n$ bundle install\n$ rails db:setup\n```\n\n### Development\n\nTo generate models, resources, and controllers:\n\n```bash\n$ rails generate model widget [fields]\n$ rails generate jsonapi:resource widget\n$ rails generate jsonapi:controller widget\n```\n\n### Testing\n\n```sh\n$ bin/rspec\n```\n\nIn request tests, you can use the user and access token factories to create test data to access protected resources:\n\n```ruby\nuser = FactoryBot.create(:user)\ntoken = FactoryBot.create(:access_token, resource_owner_id: user.id).token\nheaders = {\n  'Authorization' =\u003e \"Bearer #{token}\",\n  'Content-Type' =\u003e 'application/vnd.api+json',\n}\n\n# assuming you have a Widget model that belongs to a User\nFactoryBot.create(:widget, user: user)\n\nget '/widgets', headers: headers\n```\n\n### Running\n\n```sh\n$ bin/serve\n```\n\nThis opens ports so can be accessed from physical devices.\n\n[postgres-app]: http://postgresapp.com\n\n## Copyright and License\n\nCopyright 2023 NeedBee, LLC.\n\nLicensed under GNU Affero General Public License (GNU AGPL) version 3 or later. See LICENSE.md for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingitwrong%2Friverbed-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingitwrong%2Friverbed-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingitwrong%2Friverbed-api/lists"}