{"id":26935416,"url":"https://github.com/firewalker06/pondasi","last_synced_at":"2025-04-02T11:46:01.499Z","repository":{"id":27485403,"uuid":"30965360","full_name":"firewalker06/pondasi","owner":"firewalker06","description":"A Grape experiment with Rails. See Grape: http://intridea.github.io/grape","archived":false,"fork":false,"pushed_at":"2015-02-18T13:14:29.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-11T20:27:50.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/firewalker06.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-18T12:50:59.000Z","updated_at":"2015-02-18T13:14:29.000Z","dependencies_parsed_at":"2022-09-02T09:00:29.264Z","dependency_job_id":null,"html_url":"https://github.com/firewalker06/pondasi","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firewalker06%2Fpondasi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firewalker06%2Fpondasi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firewalker06%2Fpondasi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firewalker06%2Fpondasi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firewalker06","download_url":"https://codeload.github.com/firewalker06/pondasi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246811248,"owners_count":20837745,"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":"2025-04-02T11:46:00.948Z","updated_at":"2025-04-02T11:46:01.485Z","avatar_url":"https://github.com/firewalker06.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\nA very simple application using Grape in Rails.\n\nThis example defines API inside `Pondasi::APITest` that created by subclassing `Grape::API`. Please see `app/api/pondasi/api.rb` for more information.\n\n## Installing\n\n```\n$ git clone https://github.com/firewalker06/pondasi.git\n$ cd pondasi\n$ bundle install\n```\n\n## Running\n\n```\n$ rails s\n```\n\n## Example\n\n```\n$ curl -X POST -H \"Content-Type: application/json\" http://localhost:3000/api/posts -d '{ \"title\": \"This is new post\", \"description\": \"That describe something\" }'\n{\"id\":1,\"title\":\"This is new post\",\"description\":\"That describe something\",\"created_at\":\"2015-02-18T13:02:56.798Z\",\"updated_at\":\"2015-02-18T13:02:56.798Z\"}\n\n$ curl -X GET -H \"Content-Type: application/json\" http://localhost:3000/api/posts\n[{\"id\":1,\"title\":\"This is new post\",\"description\":\"That describe something\",\"created_at\":\"2015-02-18T13:02:56.798Z\",\"updated_at\":\"2015-02-18T13:02:56.798Z\"}]\n\n$ curl -X PATCH -H \"Content-Type: application/json\" http://localhost:3000/api/posts/1 -d '{ \"title\": \"Updating title\" }'\ntrue\n\n$ curl -X GET -H \"Content-Type: application/json\" http://localhost:3000/api/posts/1\n{\"id\":1,\"title\":\"Updating title\",\"description\":null,\"created_at\":\"2015-02-18T13:02:56.798Z\",\"updated_at\":\"2015-02-18T13:04:24.571Z\"}\n\n$ curl -X DELETE -H \"Content-Type: application/json\" http://localhost:3000/api/posts/1\n{\"id\":1,\"title\":\"Updating title\",\"description\":null,\"created_at\":\"2015-02-18T13:02:56.798Z\",\"updated_at\":\"2015-02-18T13:04:24.571Z\"}\n\n$ curl -X GET -H \"Content-Type: application/json\" http://localhost:3000/api/posts\n[]\n```\n\n## Contributing\n\nWant to contribute? Great!\n\n1. Fork it.\n2. Create a branch (`git checkout -b improve_readibility`)\n3. Commit your changes (`git commit -am \"Change my contact lense\"`)\n4. Push to the branch (`git push origin improve_readibility`)\n5. Open a [Pull Request](https://github.com/firewalker06/pondasi/pulls)\n6. Enjoy a refreshing Diet Coke and wait\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirewalker06%2Fpondasi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirewalker06%2Fpondasi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirewalker06%2Fpondasi/lists"}