{"id":18950116,"url":"https://github.com/junker/gapi","last_synced_at":"2026-01-25T07:33:49.092Z","repository":{"id":248897629,"uuid":"830116477","full_name":"Junker/gapi","owner":"Junker","description":"Google API client for Common Lisp.","archived":false,"fork":false,"pushed_at":"2025-08-07T02:28:45.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-07T04:21:13.531Z","etag":null,"topics":["common-lisp","google-api","google-cloud","google-cloud-api","google-cloud-apis"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","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/Junker.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-07-17T16:09:42.000Z","updated_at":"2025-08-07T02:28:49.000Z","dependencies_parsed_at":"2024-07-24T15:31:39.388Z","dependency_job_id":null,"html_url":"https://github.com/Junker/gapi","commit_stats":null,"previous_names":["junker/gapi"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Junker/gapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fgapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fgapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fgapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fgapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Junker","download_url":"https://codeload.github.com/Junker/gapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fgapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28747583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"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":["common-lisp","google-api","google-cloud","google-cloud-api","google-cloud-apis"],"created_at":"2024-11-08T13:21:00.780Z","updated_at":"2026-01-25T07:33:49.087Z","avatar_url":"https://github.com/Junker.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GAPI\n\nGoogle API client for Common Lisp.\n\n## Warning\n\nThis software is still ALPHA quality. The APIs will be likely to change.\n\n## Installation\n\nThis system can be installed from [UltraLisp](https://ultralisp.org/) like this:\n\n```common-lisp\n(ql-dist:install-dist \"http://dist.ultralisp.org/\"\n                      :prompt nil)\n(ql:quickload \"gapi\")\n```\n\n## Usage\n\n```common-lisp\n(defvar *service-file* \"/myproject/config/google-service.json\")\n\n;; Translate\n(defparameter *client*\n  (gapi:make-client-with-service-account\n   *service-file* :scopes '(\"https://www.googleapis.com/auth/cloud-translation\")))\n(defparameter *project-id* (gapi:client-project-id *client*))\n(gapi:auth *client*)\n(gapi:request *client* (format nil\n                               \"https://translate.googleapis.com/v3beta1/projects/~A:detectLanguage\"\n                               *project-id*)\n              :method :POST\n              :payload '(:|content| \"Hello\"))\n;; =\u003e (:|languages| ((:|confidence| 1 :|languageCode| \"en\")))\n\n\n;; FCM\n(defparameter *client*\n  (gapi:make-client-with-service-account\n   *service-file* :scopes '(\"https://www.googleapis.com/auth/firebase.messaging\")))\n(defparameter *project-id* (gapi:client-project-id *client*))\n(gapi:auth *client*)\n(defvar *message*\n  (list :|token| *token*\n        :|notification| (list :|title| \"Message Title\"\n                              :|body| \"Message body\")))\n(gapi:request *client* (format nil \"https://fcm.googleapis.com/v1/projects/~A/messages:send\"\n                               *project-id*)\n              :method :POST \n              :payload (list :|message| *message*))\n\n;;etc\n```\n\n## Documentation\n\n- [Google APIs Explorer](https://developers.google.com/apis-explorer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunker%2Fgapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunker%2Fgapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunker%2Fgapi/lists"}