{"id":20105794,"url":"https://github.com/thbkrkr/ovhapi-go-cli","last_synced_at":"2025-07-12T21:34:37.279Z","repository":{"id":78589167,"uuid":"64208756","full_name":"thbkrkr/ovhapi-go-cli","owner":"thbkrkr","description":"OVH API Go CLI","archived":false,"fork":false,"pushed_at":"2017-02-01T12:07:57.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T17:48:17.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"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/thbkrkr.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-07-26T09:30:55.000Z","updated_at":"2017-01-25T10:42:06.000Z","dependencies_parsed_at":"2023-05-02T02:15:23.671Z","dependency_job_id":null,"html_url":"https://github.com/thbkrkr/ovhapi-go-cli","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thbkrkr/ovhapi-go-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbkrkr%2Fovhapi-go-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbkrkr%2Fovhapi-go-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbkrkr%2Fovhapi-go-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbkrkr%2Fovhapi-go-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thbkrkr","download_url":"https://codeload.github.com/thbkrkr/ovhapi-go-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbkrkr%2Fovhapi-go-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265059582,"owners_count":23705222,"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-11-13T17:48:09.397Z","updated_at":"2025-07-12T21:34:37.258Z","avatar_url":"https://github.com/thbkrkr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OVH API Go CLI\n\nA go CLI for the OVH API.\n\n## Install\n\n```\novhapi() {\n  OVH_API_CREDS=~/.ovhapi-xyz.env\n  case $1 in\n    GET)\n      docker run --rm \\\n        --env-file $OVH_API_CREDS krkr/ovhapi-go-cli $@\n    ;;\n    *)\n      cat /dev/stdin |\n        docker run --rm -ti \\\n          --env-file $OVH_API_CREDS -i krkr/ovhapi-go-cli $@\n    ;;\n  esac\n}\n\n```\n\n## Example\n\n```\novhapi GET /me | jq -r .name\nyou\n```\n\n```\necho '{\n  \"ID\":\"thbkrkr.stream\",\n  \"partitions\":1,\n  \"replicationFactor\":1\n}' | ovhapi POST /dbaas/queue/v2aaaqibavahf/topic\n\n{\"id\":\"thbkrkr.stream\",\"partitions\":1,\"replicationFactor\":1}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthbkrkr%2Fovhapi-go-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthbkrkr%2Fovhapi-go-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthbkrkr%2Fovhapi-go-cli/lists"}