{"id":19781971,"url":"https://github.com/tamanugi/qiitex","last_synced_at":"2026-03-12T19:15:50.779Z","repository":{"id":57538217,"uuid":"93755743","full_name":"tamanugi/qiitex","owner":"tamanugi","description":"Simple Elixir wrapper for the Qiita v2 API.","archived":false,"fork":false,"pushed_at":"2019-03-16T13:58:29.000Z","size":56,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T22:38:09.972Z","etag":null,"topics":["elixir","qiita"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/qiitex","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/tamanugi.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-06-08T13:58:28.000Z","updated_at":"2022-04-03T00:22:59.000Z","dependencies_parsed_at":"2022-09-07T17:35:16.894Z","dependency_job_id":null,"html_url":"https://github.com/tamanugi/qiitex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tamanugi/qiitex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamanugi%2Fqiitex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamanugi%2Fqiitex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamanugi%2Fqiitex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamanugi%2Fqiitex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamanugi","download_url":"https://codeload.github.com/tamanugi/qiitex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamanugi%2Fqiitex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30439658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["elixir","qiita"],"created_at":"2024-11-12T06:03:18.396Z","updated_at":"2026-03-12T19:15:50.755Z","avatar_url":"https://github.com/tamanugi.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qiitex\n\n[![hex.pm version](https://img.shields.io/hexpm/v/qiitex.svg)](https://hex.pm/packages/qiitex)\n\nSimple Elixir wrapper for the [Qiita v2 API](https://qiita.com/api/v2/docs).\n\nGenerate from [Qiita API v2 JSON Schema](https://qiita.com/api/v2/schema)\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `qiitex` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:qiitex, \"~\u003e 1.0.0\"}]\nend\n```\n\n## Usage\n\nGet access token [here](https://qiita.com/settings/tokens/new) \n\n```elixir\niex\u003e client = Qiitex.Client.new %{access_token: \"enteryouraccesstoken\"}\niex\u003e Qiitex.Api.Tag.list_tags client\n{:ok,\n [\n   %{\n     \"followers_count\" =\u003e 0,\n     \"icon_url\" =\u003e nil,\n     \"id\" =\u003e \"eclair-labo\",\n     \"items_count\" =\u003e 0\n   },\n   %{\n     \"followers_count\" =\u003e 0,\n     \"icon_url\" =\u003e nil,\n     \"id\" =\u003e \"fake-hwclock\",\n     \"items_count\" =\u003e 1\n   },\n   ...\niex\u003e Qiitex.Items.create client, %{title: \"title\", body: \"body\", tags: [%{name: \"qiita\"}]}\n```\n\n-------------------------------------------\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/qiitex](https://hexdocs.pm/qiitex).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamanugi%2Fqiitex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamanugi%2Fqiitex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamanugi%2Fqiitex/lists"}