{"id":15654432,"url":"https://github.com/mukaschultze/unity-asset-store-api","last_synced_at":"2025-04-30T23:42:53.851Z","repository":{"id":51707592,"uuid":"211207385","full_name":"mukaschultze/unity-asset-store-api","owner":"mukaschultze","description":"API Client for Unity's Asset Store","archived":false,"fork":false,"pushed_at":"2021-05-10T15:58:19.000Z","size":103,"stargazers_count":28,"open_issues_count":2,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T23:42:16.060Z","etag":null,"topics":["api","asset","asset-store","store","unity"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/unity-asset-store-api","language":"TypeScript","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/mukaschultze.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":"2019-09-27T00:58:17.000Z","updated_at":"2025-03-21T22:33:29.000Z","dependencies_parsed_at":"2022-08-03T08:45:45.266Z","dependency_job_id":null,"html_url":"https://github.com/mukaschultze/unity-asset-store-api","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukaschultze%2Funity-asset-store-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukaschultze%2Funity-asset-store-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukaschultze%2Funity-asset-store-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukaschultze%2Funity-asset-store-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukaschultze","download_url":"https://codeload.github.com/mukaschultze/unity-asset-store-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251801001,"owners_count":21645968,"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","asset","asset-store","store","unity"],"created_at":"2024-10-03T12:51:45.155Z","updated_at":"2025-04-30T23:42:53.829Z","avatar_url":"https://github.com/mukaschultze.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Asset Store API Client\n\n[![Build Status](https://travis-ci.com/mukaschultze/unity-asset-store-api.svg?branch=master)](https://travis-ci.com/mukaschultze/unity-asset-store-api)\n[![npm version](https://badge.fury.io/js/unity-asset-store-api.svg)](http://badge.fury.io/js/unity-asset-store-api)\n[![npm downloads](https://img.shields.io/npm/dm/unity-asset-store-api.svg)](http://badge.fury.io/js/unity-asset-store-api)\n\n**THIS IS NOT AN OFFICIAL API CLIENT**, this is just a wrapper for the endpoints from the publisher panel\n\n## How to use\n\n### Install\n\n- `npm i unity-asset-store-api`\n\n### Examples\n\n```ts\nimport AssetStoreClient from \"unity-asset-store-api\";\n\nconst token = \"YOUR_TOKEN_HERE\";\nconst publisherID = 15803;\nconst client = new AssetStoreClient(token, publisherID, { timeout: 60000 });\n\n// Optionally you can leave the publisher ID undefined\n// and pass it as the last argument of each function\n\nawait client.apiKey();\nawait client.downloads(2019, 09);\nawait client.packages();\nawait client.publisherOverview();\nawait client.revenue();\nawait client.sales(2019, 09);\nawait client.salesPeriods();\nawait client.userOverview();\nawait client.verifyInvoice(\"INVOICE NO\");\nawait client.logout(); // This invalidates the token\n```\n\n## How to get your token\n\nHead over to the [asset store publisher panel](https://publisher.assetstore.unity3d.com), open the site cookies and find a cookie named `kharma_session`, its value is your token.  \n_Do not make your token publicly available. Logging out invalidates the token._\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukaschultze%2Funity-asset-store-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukaschultze%2Funity-asset-store-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukaschultze%2Funity-asset-store-api/lists"}