{"id":21809350,"url":"https://github.com/bluebigthink/go-trying","last_synced_at":"2026-05-18T11:36:28.343Z","repository":{"id":245609905,"uuid":"818817086","full_name":"BlueBigThink/GO-Trying","owner":"BlueBigThink","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-23T00:40:27.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T08:26:23.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/BlueBigThink.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-23T00:40:08.000Z","updated_at":"2024-07-20T22:25:40.000Z","dependencies_parsed_at":"2024-06-23T02:10:28.941Z","dependency_job_id":null,"html_url":"https://github.com/BlueBigThink/GO-Trying","commit_stats":null,"previous_names":["bluebigthink/go-trying"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlueBigThink/GO-Trying","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2FGO-Trying","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2FGO-Trying/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2FGO-Trying/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2FGO-Trying/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueBigThink","download_url":"https://codeload.github.com/BlueBigThink/GO-Trying/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2FGO-Trying/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33177269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-27T13:20:33.733Z","updated_at":"2026-05-18T11:36:28.308Z","avatar_url":"https://github.com/BlueBigThink.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple GO Lang REST API\n\n\u003e Simple RESTful API to create, read, update and delete books. No database implementation yet\n\n## Quick Start\n\n\n``` bash\n# Install mux router\ngo get -u github.com/gorilla/mux\n```\n\n``` bash\ngo build\n./go_restapi\n```\n\n## Endpoints\n\n### Get All Books\n``` bash\nGET api/books\n```\n### Get Single Book\n``` bash\nGET api/books/{id}\n```\n\n### Delete Book\n``` bash\nDELETE api/books/{id}\n```\n\n### Create Book\n``` bash\nPOST api/books\n\n# Request sample\n# {\n#   \"isbn\":\"4545454\",\n#   \"title\":\"Book Three\",\n#   \"author\":{\"firstname\":\"Harry\",  \"lastname\":\"White\"}\n# }\n```\n\n### Update Book\n``` bash\nPUT api/books/{id}\n\n# Request sample\n# {\n#   \"isbn\":\"4545454\",\n#   \"title\":\"Updated Title\",\n#   \"author\":{\"firstname\":\"Harry\",  \"lastname\":\"White\"}\n# }\n\n```\n\n\n```\n\n## App Info\n\n### Author\n\nBlueBigThink\n\n### Version\n\n1.0.0\n\n### License\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebigthink%2Fgo-trying","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluebigthink%2Fgo-trying","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebigthink%2Fgo-trying/lists"}