{"id":21391950,"url":"https://github.com/kwintenvdb/unity-publisher-api","last_synced_at":"2026-05-18T22:10:55.930Z","repository":{"id":86395364,"uuid":"300964568","full_name":"Kwintenvdb/unity-publisher-api","owner":"Kwintenvdb","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-22T20:49:11.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T01:13:52.357Z","etag":null,"topics":["hacktoberfest","unity"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Kwintenvdb.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":"2020-10-03T19:42:03.000Z","updated_at":"2020-10-22T20:49:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ef439a8-a95a-4e20-b583-e95464318b4a","html_url":"https://github.com/Kwintenvdb/unity-publisher-api","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/Kwintenvdb%2Funity-publisher-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwintenvdb%2Funity-publisher-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwintenvdb%2Funity-publisher-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwintenvdb%2Funity-publisher-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kwintenvdb","download_url":"https://codeload.github.com/Kwintenvdb/unity-publisher-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243873973,"owners_count":20361734,"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":["hacktoberfest","unity"],"created_at":"2024-11-22T13:38:29.079Z","updated_at":"2026-05-18T22:10:55.881Z","avatar_url":"https://github.com/Kwintenvdb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Publisher API\n\nA small Node.js library to fetch data from the Unity Publisher API. This data is normally only available through the [Unity Publisher Administration](https://publisher.assetstore.unity3d.com/) page.\n\nNote that this will only run on Node.js, not in the browser.\n\n## Usage\n\nThe following example authenticates the user, fetches all month data, and then fetches the sales of the first available month.\n\n```ts\nconst api = new UnityPublisherApi();\nawait api.authenticate(my_email, my_password);\nconst months = await api.getMonthsData();\nconst sales = await api.getSalesData(months[0].value); // You can fetch sales data per month\n```\n\nThe api instance stores the authentication cookies after the first authentication, and they are used for each subsequent request. The cookies will expire after some time, after which you will need to call `authenticate` again.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwintenvdb%2Funity-publisher-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwintenvdb%2Funity-publisher-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwintenvdb%2Funity-publisher-api/lists"}