{"id":16878310,"url":"https://github.com/duffn/athenian","last_synced_at":"2026-05-20T19:03:10.905Z","repository":{"id":149842425,"uuid":"622228688","full_name":"duffn/athenian","owner":"duffn","description":"A Ruby library for interacting with the Athenian API.","archived":false,"fork":false,"pushed_at":"2023-04-28T01:33:33.000Z","size":379,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T14:29:52.542Z","etag":null,"topics":["gem","ruby","rubygem","rubygems"],"latest_commit_sha":null,"homepage":"https://rubydoc.info/gems/athenian","language":"Ruby","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/duffn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SecurityApi.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-01T13:58:12.000Z","updated_at":"2024-01-06T14:20:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"f30b61df-bad0-4cd9-9272-17b4950b4f65","html_url":"https://github.com/duffn/athenian","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duffn%2Fathenian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duffn%2Fathenian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duffn%2Fathenian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duffn%2Fathenian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duffn","download_url":"https://codeload.github.com/duffn/athenian/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244440151,"owners_count":20452981,"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":["gem","ruby","rubygem","rubygems"],"created_at":"2024-10-13T15:48:07.069Z","updated_at":"2026-05-20T19:03:10.837Z","avatar_url":"https://github.com/duffn.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# athenian\n\nA Ruby library for interacting with the [Athenian](https://athenian.co) API.\n\n## Generation\n\nThis library is automatically generated by [OpenAPI Generator](https://openapi-generator.tech).\n\nThe version number of this gem corresponds to a tag in the [Athenian OpenAPI specification](https://github.com/athenianco/api-spec) repository.\n\n- Files in [`docs`](docs), [`lib`](lib), and [`spec`](spec) are generated from the [Athenian OpenAPI specification](https://github.com/athenianco/api-spec).\n- Files in [`generator`](generator) are the scripts and supplemental files used to generate the library.\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n```\nbundle add athenian\n```\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n```\ngem install athenian\n```\n\n## Getting Started\n\n```ruby\nrequire 'athenian'\n\nAthenian.configure do |config|\n  # Configure Bearer authorization from https://app.athenian.co/bearer\n  config.access_token = 'YOUR_BEARER_TOKEN'\n  # Configure a proc to get access tokens in lieu of the static access_token configuration\n  config.access_token_getter = -\u003e { 'YOUR TOKEN GETTER PROC' }\nend\n\n# Example\napi_instance = Athenian::AlignApi.new\nopts = {\n  body: Athenian::GoalTemplateCreateRequest.new({account: 37, metric: Athenian::JIRAMetricID::OPEN, name: 'Untitled Template'})\n}\n\nbegin\n  #👤 Create a goal template.\n  result = api_instance.create_goal_template(opts)\n  p result\nrescue Athenian::ApiError =\u003e e\n  puts \"Exception when calling AlignApi-\u003ecreate_goal_template: #{e}\"\nend\n```\n\n## Documentation\n\n- See the [docs](docs) directory for comprehensive library docs and examples.\n- Also see the interactive [Athenian API browser](https://api.athenian.co/v1/ui/).\n\n## Tests\n\nAutogenerated tests are in the [`spec`](spec) directory.\n\nBe very wary of what the tests currently provide. Autogenerated tests from the OpenAPI generator generally have empty bodies.\n\n## Contributing\n\nThere's may not be not much to contribute here, but if you do find an issue with the code generation, dependencies, CI, or similar, please feel free to open a PR!\n\n## Code of Conduct\n\nEveryone interacting with this project is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).\n\n## License\n\n[MIT](LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduffn%2Fathenian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduffn%2Fathenian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduffn%2Fathenian/lists"}