{"id":15776075,"url":"https://github.com/swlkr/tiger","last_synced_at":"2025-03-14T06:32:24.177Z","repository":{"id":62434930,"uuid":"83641257","full_name":"swlkr/tiger","owner":"swlkr","description":"The fastest way to get going with stripe and clojure","archived":false,"fork":false,"pushed_at":"2018-03-26T01:53:47.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T17:14:51.040Z","etag":null,"topics":["clojure","leiningen","stripe"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swlkr.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-03-02T06:09:02.000Z","updated_at":"2019-07-29T07:33:19.000Z","dependencies_parsed_at":"2022-11-01T20:46:00.769Z","dependency_job_id":null,"html_url":"https://github.com/swlkr/tiger","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Ftiger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Ftiger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Ftiger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Ftiger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swlkr","download_url":"https://codeload.github.com/swlkr/tiger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243538060,"owners_count":20307100,"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":["clojure","leiningen","stripe"],"created_at":"2024-10-04T17:04:48.468Z","updated_at":"2025-03-14T06:32:21.701Z","avatar_url":"https://github.com/swlkr.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tiger\n\nYet another clojure stripe library\n\n## Usage\n\n```bash\nlein plz tiger\n```\n\nor\n\n```clojure\n; add the following to :dependencies in your project.clj\n[tiger \"1.0.1\"]\n```\n\n```clojure\n(ns your-project.core\n  (:require [tiger.core :as stripe]\n            [tiger.events :as events]\n            [tiger.plans :as plans]\n            [tiger.customers :as customers]\n            [tiger.subscriptions :as subscriptions]))\n \n(stripe/set-api-key! \"your api key\")\n\n; events\n(events/get! \"evt_id\")\n\n; plans\n(plans/get! \"plan_id\")\n(plans/create! {:id \"plan-id\" :amount 4999 :interval \"month\" :name \"plan-name\" :currency \"usd\"})\n(plans/update! \"plan_id\" {:name \"hello world\"})\n(plans/delete! \"plan_id\")\n(plans/list!)\n\n; customers\n(customers/get! \"cus_id\")\n(customers/create! {:email \"customer@example.com\"})\n(customers/update! \"cus_id\" {:email \"customer1@example.com\"})\n(customers/delete! \"cus_id\")\n(customers/list!)\n\n; subscriptions\n(subscriptions/get! \"sub_id\")\n(subscriptions/create! {:customer \"cus_id\" :plan \"plan-id\"})\n(subscriptions/update! \"sub_id\" {:quantity 10})\n(subscriptions/delete! \"sub_id\")\n(subscriptions/list!)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Ftiger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswlkr%2Ftiger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Ftiger/lists"}