{"id":16244078,"url":"https://github.com/doumanash/elivndb","last_synced_at":"2025-04-08T11:18:42.879Z","repository":{"id":57494217,"uuid":"90907360","full_name":"DoumanAsh/EliVndb","owner":"DoumanAsh","description":"Kawaii VNDB API for Elixir","archived":false,"fork":false,"pushed_at":"2017-11-05T16:36:47.000Z","size":323,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T01:46:48.328Z","etag":null,"topics":["vndb","vndb-api"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/elivndb","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/DoumanAsh.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-05-10T20:52:54.000Z","updated_at":"2017-12-01T10:09:31.000Z","dependencies_parsed_at":"2022-09-02T00:42:32.809Z","dependency_job_id":null,"html_url":"https://github.com/DoumanAsh/EliVndb","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/DoumanAsh%2FEliVndb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoumanAsh%2FEliVndb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoumanAsh%2FEliVndb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoumanAsh%2FEliVndb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DoumanAsh","download_url":"https://codeload.github.com/DoumanAsh/EliVndb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829517,"owners_count":21002997,"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":["vndb","vndb-api"],"created_at":"2024-10-10T14:17:45.318Z","updated_at":"2025-04-08T11:18:42.859Z","avatar_url":"https://github.com/DoumanAsh.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EliVndb\n\n[![Build Status](https://travis-ci.org/DoumanAsh/EliVndb.svg?branch=master)](https://travis-ci.org/DoumanAsh/EliVndb)\n\nKawaii VNDB API for Elixir\n\n[VNDB API Refernce](https://vndb.org/d11)\n\n## Documentation\n\n[Master](https://doumanash.github.io/EliVndb)\n\n[Stable](https://hexdocs.pm/elivndb)\n\n## EliVndb.Client types\n\n### Global\nIn order to start global client use `EliVndb.Client.start_link/1` or `EliVndb.Client.start_link/3` without options or with `:global` set to true.\n\nSince the client registered globally, once client is started, all other API functions will become available.\n\nAs VNDB allows login only once, you need to re-create it anew in order to re-login.\nYou can use method `EliVndb.Client.stop/0` to terminate currently running global client.\n\n### Local\nIn order to start local client use `EliVndb.Client.start_link/1` or `EliVndb.Client.start_link/3` with `:global` set to false.\n\nTo use local client, you'll need to provide its pid in all API calls.\n\n**NOTE:** VNDB allows only up to 10 clients from the same API. Global client is preferable way to work with VNDB API.\n\n## Available commands\n\n### dbstats\nJust retrieves statistics from VNDB.\n\n### get\nEach get command requires to specify flags \u0026 filters.\n\nFollowing default values are used by EliVndb:\n* `flags = [\"basic\"]`\n* `filters = (id \u003e= 1)`\n\nOn success it returns `{:results, %{...}}`\n\n### set\nEach set command requires you to provide ID of modified object.\n\nOn success it returns `{:ok, %{...}}`\n\n**NOTE:** For set commands successful response contains empty payload as of now. You might as well to ignore it.\n\n## Result\n\nEach function that returns map with keys as strings.\n\n## Installation\n\n```elixir\ndef deps do\n  [{:vndb, \"~\u003e 0.2.0\"}]\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoumanash%2Felivndb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoumanash%2Felivndb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoumanash%2Felivndb/lists"}