{"id":15010124,"url":"https://github.com/elfenlaid/ex_figures","last_synced_at":"2026-03-16T22:35:22.141Z","repository":{"id":55014127,"uuid":"174406215","full_name":"elfenlaid/ex_figures","owner":"elfenlaid","description":"Elixir wrapper for the Appfigures API","archived":false,"fork":false,"pushed_at":"2021-01-15T07:17:13.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T16:15:15.728Z","etag":null,"topics":["appfigures","client","elixir","hex"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/elfenlaid.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}},"created_at":"2019-03-07T19:22:06.000Z","updated_at":"2021-01-15T07:16:10.000Z","dependencies_parsed_at":"2022-08-14T09:10:11.749Z","dependency_job_id":null,"html_url":"https://github.com/elfenlaid/ex_figures","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/elfenlaid%2Fex_figures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elfenlaid%2Fex_figures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elfenlaid%2Fex_figures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elfenlaid%2Fex_figures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elfenlaid","download_url":"https://codeload.github.com/elfenlaid/ex_figures/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243382783,"owners_count":20282007,"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":["appfigures","client","elixir","hex"],"created_at":"2024-09-24T19:30:27.930Z","updated_at":"2025-12-29T22:18:40.539Z","avatar_url":"https://github.com/elfenlaid.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExFigures \n[![Hex pm](http://img.shields.io/hexpm/v/ex_figures.svg?style=flat)](https://hex.pm/packages/ex_figures)\n[![Hex pm](http://img.shields.io/hexpm/l/ex_figures.svg?style=flat)](https://hex.pm/packages/ex_figures)\n\nElixir wrapper for Appfigures API based on [Tesla](https://github.com/teamon/tesla) library.\n\nAppfigures provides a RESTful way to interact with reports and account data.\n[More about API](https://docs.appfigures.com).\n\n## Client Usage Example\n\nSetup `ExFigures` client:\n\n```elixir\nclient = ExFigures.client(\n  username: \"username\",\n  password: \"password\",\n  client_key: \"key\"\n)\n```\n\nAnd proceed to querying:\n\n```elixir\n{:ok, response} = ExFigures.Products.list_mine(client)\nresponse.status # =\u003e 200\nresponse.body # =\u003e [%{...}, ...]\n```\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `ex_figures` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ex_figures, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Documentation\nDocumentation be found at [https://hexdocs.pm/ex_figures](https://hexdocs.pm/ex_figures).\n\n## Resources\n- [x] [/](https://docs.appfigures.com/api/reference/v2/root)\n- [x] [/products](https://docs.appfigures.com/api/reference/v2/products)\n- [ ] [/reports/sales](https://docs.appfigures.com/api/reference/v2/sales)\n- [ ] [/reports/revenue](https://docs.appfigures.com/api/reference/v2/revenue)\n- [ ] [/reports/subscriptions](https://docs.appfigures.com/api/reference/v2/subscriptions)\n- [ ] [/reports/ads](https://docs.appfigures.com/api/reference/v2/ads)\n- [ ] [/reports/adspend](https://docs.appfigures.com/api/reference/v2/ad-spend)\n- [ ] [/reports/ratings](https://docs.appfigures.com/api/reference/v2/reports-ratings)\n- [ ] [/reports/usage](https://docs.appfigures.com/api/reference/v2/reports/usage)\n- [ ] [/ranks](https://docs.appfigures.com/api/reference/v2/ranks)\n- [ ] [/featured](https://docs.appfigures.com/api/reference/v2/featured)\n- [ ] [/reviews](https://docs.appfigures.com/api/reference/v2/reviews)\n- [ ] [/events](https://docs.appfigures.com/api/reference/v2/events)\n- [ ] [/archive](https://docs.appfigures.com/api/reference/v2/archive)\n- [ ] [/users](https://docs.appfigures.com/api/reference/v2/users)\n- [ ] [/external_accounts](https://docs.appfigures.com/api/reference/v2/external-accounts)\n- [ ] [/data](https://docs.appfigures.com/api/reference/v2/data)\n- [ ] [/usage](https://docs.appfigures.com/api/reference/v2/usage)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felfenlaid%2Fex_figures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felfenlaid%2Fex_figures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felfenlaid%2Fex_figures/lists"}