{"id":19710354,"url":"https://github.com/blueromans/tremendous","last_synced_at":"2026-06-10T03:31:16.785Z","repository":{"id":156643253,"uuid":"633118229","full_name":"blueromans/Tremendous","owner":"blueromans","description":"Tremendous API Client For Python","archived":false,"fork":false,"pushed_at":"2023-05-15T11:16:11.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T21:38:04.958Z","etag":null,"topics":["api-client","pip","pypi","pypi-package","python","requests","tremendous"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blueromans.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-26T20:24:53.000Z","updated_at":"2023-04-26T20:27:11.000Z","dependencies_parsed_at":"2024-07-13T04:15:38.877Z","dependency_job_id":null,"html_url":"https://github.com/blueromans/Tremendous","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FTremendous","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FTremendous/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FTremendous/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FTremendous/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blueromans","download_url":"https://codeload.github.com/blueromans/Tremendous/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241029217,"owners_count":19896876,"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":["api-client","pip","pypi","pypi-package","python","requests","tremendous"],"created_at":"2024-11-11T22:07:09.609Z","updated_at":"2026-06-10T03:31:16.744Z","avatar_url":"https://github.com/blueromans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://img.shields.io/pypi/v/TremendousClient.svg)](https://pypi.python.org/pypi/TremendousClient)\n\n# Tremendous Api Client Python PyPackage\n\nTremendous Api Client client is a Python library to access services quickly.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.\n\n```bash\npip install TremendousClient\n```\n## Environment Variables\n\n```bash\nTREMENDOUS_ENV: 'dev|prod'\nTREMENDOUS_TOKEN: 'TREMENDOUS TOKEN'\n```\n### Note\nIf you don't want to set this variables from global environment you can pass them to class.\nYou can see usage below\n## Usage\n\n```python\nfrom tremendous import TremendousService\n\nkwargs = {\n    # you can also set tremendous environment from environment.\n    'environment': 'dev|prod',  # Default value : dev\n    # you can also set token from environment.\n    'token': 'tremendous token',  # Default value : None\n}\n# Initialize client with\ntremendous_service = TremendousService()\n# or tremendous_service = TremendousService(**kwargs)\n\n# For Products\nproducts = tremendous_service.getProducts()\n\n# For Funding Source\nfunding_source = tremendous_service.getFundingSource()\n\n# For Create Order\nbody = {\n        \"payment\": {\n            \"funding_source_id\": \"funding_source_id\"\n        },\n        \"rewards\": [\n            {\n                \"products\": [\n                    \"product_id\"\n                ],\n                \"value\": {\n                    \"denomination\": 2,\n                    \"currency_code\": \"USD\"\n                },\n                \"recipient\": {\n                    \"name\": \"John Doe Jr.\",\n                    \"email\": \"johndoe@example.com\"\n                },\n                \"delivery\": {\n                    \"method\": \"LINK\"\n                }\n            }\n        ]\n    }\norder = tremendous_service.createOrder(body)\n\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueromans%2Ftremendous","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueromans%2Ftremendous","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueromans%2Ftremendous/lists"}