{"id":22750395,"url":"https://github.com/ruby2elixir/oceanex","last_synced_at":"2025-06-22T20:41:50.990Z","repository":{"id":136974962,"uuid":"65894988","full_name":"ruby2elixir/oceanex","owner":"ruby2elixir","description":"Digital Ocean API client.","archived":false,"fork":false,"pushed_at":"2016-08-06T12:08:26.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T08:28:55.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruby2elixir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-17T09:33:45.000Z","updated_at":"2020-01-11T03:12:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"97b4e12e-6d91-4f99-be92-a3b5a5fded3b","html_url":"https://github.com/ruby2elixir/oceanex","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/ruby2elixir%2Foceanex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby2elixir%2Foceanex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby2elixir%2Foceanex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby2elixir%2Foceanex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruby2elixir","download_url":"https://codeload.github.com/ruby2elixir/oceanex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246283022,"owners_count":20752493,"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":[],"created_at":"2024-12-11T04:14:41.837Z","updated_at":"2025-03-30T06:23:00.259Z","avatar_url":"https://github.com/ruby2elixir.png","language":"Elixir","readme":"# Oceanex\n\nDigitalOcean V2 API Elixir Client library (unofficial)\n\n## Installation\n\nThe package can be installed as:\n\n  1. Add `oceanex` to your list of dependencies in `mix.exs`:\n\n    ```elixir\n    def deps do\n      [{:oceanex, \"~\u003e 0.2.0\"}]\n    end\n    ```\n\n  2. Ensure `oceanex` is started before your application:\n\n    ```elixir\n    def application do\n      [applications: [:oceanex]]\n    end\n    ```\n\n  3. Add your configuration to your config/config.exs\n\n    ```elixir\n    config :oceanex,\n      api_base_uri: \"https://api.digitalocean.com/v2\",\n      access_token: System.get_env(\"DIGITALOCEAN_ACCESS_TOKEN\") || \"\",\n      decoder: :atoms # :atoms (not efficient), :string (suggested, most efficient)\n    ```\n\n## Usage\n\nIf you need only body of api response, add ! end of methods. On the other hand\nif you need header, body and response then use normal functions without ! sign.\n\n```elixir\nOceanex.Resource.Account.info!\n\nOceanex.Resource.Account.info\n```\n\nPlease refer to [hexdocs](https://hexdocs.pm/oceanex) to see all modules and functions.\n\n## Contributing\n\n### Issues, Bugs, Documentation, Enhancements\n\n1) Fork the project\n\n2) Make your improvements and write your tests.\n\n3) Make a pull request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby2elixir%2Foceanex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruby2elixir%2Foceanex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby2elixir%2Foceanex/lists"}