{"id":31045096,"url":"https://github.com/dativebase/old-client-clj","last_synced_at":"2025-09-14T16:57:44.364Z","repository":{"id":62433994,"uuid":"169317852","full_name":"dativebase/old-client-clj","owner":"dativebase","description":"OLD Client for Clojure","archived":false,"fork":false,"pushed_at":"2019-03-21T23:14:55.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T12:51:21.006Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dativebase.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-05T21:43:19.000Z","updated_at":"2019-03-21T23:14:56.000Z","dependencies_parsed_at":"2022-11-01T20:45:52.764Z","dependency_job_id":null,"html_url":"https://github.com/dativebase/old-client-clj","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dativebase/old-client-clj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dativebase%2Fold-client-clj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dativebase%2Fold-client-clj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dativebase%2Fold-client-clj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dativebase%2Fold-client-clj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dativebase","download_url":"https://codeload.github.com/dativebase/old-client-clj/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dativebase%2Fold-client-clj/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275136757,"owners_count":25411709,"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-09-14T02:00:10.474Z","response_time":75,"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-09-14T16:57:43.271Z","updated_at":"2025-09-14T16:57:44.348Z","avatar_url":"https://github.com/dativebase.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"================================================================================\n  OLD Client for Clojure\n================================================================================\n\nAn HTTP client library for the Online Linguistic Database (OLD) written in\nClojure. See http://www.onlinelinguisticdatabase.org/ and\nhttps://github.com/dativebase.\n\n\nInstallation\n================================================================================\n\nDeclare it as a dependency in your ``project.clj`` file::\n\n    [org.onlinelinguisticdatabase/old-client \"0.1.0\"]\n\nAnd/or clone the source from GitHub::\n\n    $ git clone https://github.com/dativebase/old-client-clj.git\n\n\nUsage\n================================================================================\n\nRequire some of the OLD client's useful functions in your Clojure namespace::\n\n    (:require [old-client.resources :refer [create-resource\n                                            update-resource\n                                            fetch-resources\n                                            delete-resource\n                                            search-resources]]\n              [old-client.models :as ocm :refer [form create-form]]\n              [old-client.core :refer [make-old-client]])\n\nConstructing an OLD client instance is a necessary first step for most other\nactions. This will perform an authentication request to confirm that the\nsupplied credentials are valid::\n\n    (let [client\n          (make-old-client {:url \"https://some.domain.org/my/old/\"\n                            :username \"some-username\"\n                            :password \"some-password\"})]\n      ...)\n\nTo create a form::\n\n    (let [my-form\n          (create-form\n            {::ocm/transcription \"malheureusement\"\n             ::ocm/morpheme_break \"mal-heureux-ment\"\n             ::ocm/morpheme_gloss \"badly-happy-ADV\"\n             ::ocm/translations\n             (list {::ocm/transcription \"sadly\"\n                    ::ocm/grammaticality \"\"}))]\n      (create-resource client :form my-form))\n\n\nLicense\n================================================================================\n\nCopyright © 2019 Joel Dunham\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdativebase%2Fold-client-clj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdativebase%2Fold-client-clj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdativebase%2Fold-client-clj/lists"}