{"id":22914723,"url":"https://github.com/fartinmartin/frameio-api-typescript","last_synced_at":"2026-02-25T02:33:20.207Z","repository":{"id":39379403,"uuid":"497731687","full_name":"fartinmartin/frameio-api-typescript","owner":"fartinmartin","description":"TypeScript library to access the Frame.io API","archived":false,"fork":false,"pushed_at":"2023-03-01T04:58:49.000Z","size":912,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-12T13:52:21.818Z","etag":null,"topics":["api","frameio","nodejs","promises","typescript"],"latest_commit_sha":null,"homepage":"https://fartinmartin.github.io/frameio-api-typescript/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fartinmartin.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-29T23:24:22.000Z","updated_at":"2023-10-05T22:39:44.000Z","dependencies_parsed_at":"2024-12-14T05:26:45.929Z","dependency_job_id":null,"html_url":"https://github.com/fartinmartin/frameio-api-typescript","commit_stats":{"total_commits":82,"total_committers":4,"mean_commits":20.5,"dds":"0.46341463414634143","last_synced_commit":"185b3bd2afd6fe5afb8a0b562d091cf73e1d9db1"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/fartinmartin/frameio-api-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fartinmartin%2Fframeio-api-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fartinmartin%2Fframeio-api-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fartinmartin%2Fframeio-api-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fartinmartin%2Fframeio-api-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fartinmartin","download_url":"https://codeload.github.com/fartinmartin/frameio-api-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fartinmartin%2Fframeio-api-typescript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29809086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"online","status_checked_at":"2026-02-25T02:00:07.329Z","response_time":61,"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":["api","frameio","nodejs","promises","typescript"],"created_at":"2024-12-14T05:16:36.630Z","updated_at":"2026-02-25T02:33:20.190Z","avatar_url":"https://github.com/fartinmartin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# frameio-api-typescript\n\n[![codecov](https://codecov.io/gh/fartinmartin/frameio-api-typescript/branch/main/graph/badge.svg?token=T2G2GO9T9K)](https://codecov.io/gh/fartinmartin/frameio-api-typescript)\n[![npm version](https://badge.fury.io/js/frameio-api-typescript.svg)](https://www.npmjs.com/package/frameio-api-typescript)\n\nThis is the unofficial Node.js library to access the [Frame.io API](https://developer.frame.io/api/reference/).\n\n## Notice\n\nThis library should be considered as Work In Progress. There is no official `frameio-api` library, so I \"created\" this one that is more convenient to use thanks to typings and promises. \"Created\", because this is shamelessly ripped from @piotrekwitkowski's [`quip-api-typescript`](https://github.com/piotrekwitkowski/quip-api-typescript) 😃\n\n## Installation\n\n`npm i frameio-api-typescript`\n\n## Usage\n\nFor now, the library supports only access token auth (no OAuth).\n\n```ts\nimport { FrameIOClient } from \"frameio-api-typescript\";\n\nconst ACCESS_TOKEN = \"your-access-token\";\nconst client = new FrameIOClient(ACCESS_TOKEN);\n\n// use like this\nclient.assets\n  .getAsset({ asset_id: \"\" })\n  .then((response) =\u003e doSomething(response));\n\n// or this\nclient.accounts\n  .getAccount({ account_id: \"eefb57e0-79f2-4bc7-9b70-99fbc175175c\" })\n  .then((response) =\u003e doSomething(response));\n```\n\n## Documentation\n\nMore methods, request and response types can be found in the [documentation](https://fartinmartin.github.io/frameio-api-typescript/).\n\n## Official Frame.io API Docs\n\n- [Frame.io API Reference](https://developer.frame.io/api/reference)\n- [Get a API Access Token](https://developer.frame.io/app/tokens)\n\n## Contributing\n\nPRs are welcome! Please feel encouraged to star this repo too!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffartinmartin%2Fframeio-api-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffartinmartin%2Fframeio-api-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffartinmartin%2Fframeio-api-typescript/lists"}