{"id":32168591,"url":"https://github.com/impossibilitylabs/artsy","last_synced_at":"2026-06-23T06:31:53.608Z","repository":{"id":57479014,"uuid":"84662900","full_name":"ImpossibilityLabs/artsy","owner":"ImpossibilityLabs","description":"Stateful REST API wrapper for Artsy https://www.artsy.net/","archived":false,"fork":false,"pushed_at":"2017-03-18T12:45:58.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-21T15:56:23.747Z","etag":null,"topics":["artsy","elixir","elixir-library","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/ImpossibilityLabs.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":"2017-03-11T16:15:25.000Z","updated_at":"2017-03-11T16:19:10.000Z","dependencies_parsed_at":"2022-09-17T04:42:15.422Z","dependency_job_id":null,"html_url":"https://github.com/ImpossibilityLabs/artsy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ImpossibilityLabs/artsy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImpossibilityLabs%2Fartsy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImpossibilityLabs%2Fartsy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImpossibilityLabs%2Fartsy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImpossibilityLabs%2Fartsy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImpossibilityLabs","download_url":"https://codeload.github.com/ImpossibilityLabs/artsy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImpossibilityLabs%2Fartsy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280290184,"owners_count":26305279,"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","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"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":["artsy","elixir","elixir-library","rest-api"],"created_at":"2025-10-21T15:56:26.281Z","updated_at":"2025-10-21T15:56:27.152Z","avatar_url":"https://github.com/ImpossibilityLabs.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Artsy\n\nStateful REST API wrapper for [Artsy](https://developers.artsy.net/docs/artworks). It automatically generates JWT token to access API and keeps it updated.\n\n## Installation\n\nThe package can be installed by adding `artsy` to your list of dependencies and applications in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:artsy, \"~\u003e 0.1\"}]\nend\n\ndef application do\n  [extra_applications: [:artsy]]\nend\n```\n\n### Config\n\nPut API credentials for your Artsy application.\n\n```\nconfig :artsy, Artsy,\n  url: \"https://api.artsy.net/api\",\n  client_id: \"******\",\n  client_secret: \"*********\"\n```\n\n## Usage\n\n### Artworks\nCalls of `Artsy.artworks()` will paginate through a listed artworks, use `Artsy.artworks(:reset)` to reset pagination cursor back to the first page.\n\n### Artists\nCalls of `Artsy.artists()` will paginate through a listed artists, use `Artsy.artists(:reset)` to reset pagination cursor back to the first page.\n\nIn case you need to get artist for a specific artwork use: `Artsy.artists(:artwork, artwork_id)`.\n\n## Diclaimer\n\n**This library is in it's early beta and lack most of features.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpossibilitylabs%2Fartsy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimpossibilitylabs%2Fartsy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpossibilitylabs%2Fartsy/lists"}