{"id":18626686,"url":"https://github.com/silbermm/rallex","last_synced_at":"2025-11-03T23:30:26.070Z","repository":{"id":148607120,"uuid":"67559102","full_name":"silbermm/rallex","owner":"silbermm","description":"Elixir interface to Rally","archived":false,"fork":false,"pushed_at":"2017-03-12T16:12:11.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T06:23:54.158Z","etag":null,"topics":["elixir","rally"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silbermm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-07T01:05:39.000Z","updated_at":"2017-02-16T02:55:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3973085-de22-4f55-97f7-8920ad47a336","html_url":"https://github.com/silbermm/rallex","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/silbermm%2Frallex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silbermm%2Frallex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silbermm%2Frallex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silbermm%2Frallex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silbermm","download_url":"https://codeload.github.com/silbermm/rallex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239421005,"owners_count":19635658,"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":["elixir","rally"],"created_at":"2024-11-07T04:38:40.165Z","updated_at":"2025-11-03T23:30:25.980Z","avatar_url":"https://github.com/silbermm.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rallex\n\nLibrary for interacting with [Rally](https://www.rallydev.com/)\n\nStill very much a work in progress.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed as:\n\n  1. Add `rallex` to your list of dependencies in `mix.exs`:\n\n    ```elixir\n    def deps do\n      [{:rallex, \"~\u003e 0.1.0\"}]\n    end\n    ```\n\n  2. Ensure `rallex` is started before your application:\n\n    ```elixir\n    def application do\n      [applications: [:rallex]]\n    end\n    ```\n\n## Usage\n\n### Webhooks\nCreate a webhook.\n  ```\n  webhook = %Rallex.WebhookRequest{\n    AppName: \"My appname\",\n    AppUrl: \"https://somepage.tomy.app.com\",\n    Name: \"My Great Webhook\",\n    TargetUrl: \"https://omepage.tomy.app.com/path\",\n    ObjectTypes: [\"HierarchicalRequirement\", \"Defect\"],\n    Expressions: [ \n      %{\n        :AttributeName =\u003e \"PlanEstimate\",\n        :Operator =\u003e  \"\u003e\",\n        :Value =\u003e \"18\"\n      }\n    ]\n  }\n  case Rallex.Webhooks.create(webhook, \"your_api_key\") do\n    {:ok, %Rallex.WebhookResponse{} = response} -\u003e #created\n    {:error, reason} -\u003e #failed\n  end\n\n  ```\n\n\n### Queries\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilbermm%2Frallex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilbermm%2Frallex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilbermm%2Frallex/lists"}