{"id":13601126,"url":"https://github.com/bsm/openrtb","last_synced_at":"2025-04-04T09:08:50.474Z","repository":{"id":11275780,"uuid":"13682951","full_name":"bsm/openrtb","owner":"bsm","description":"OpenRTB protocol defintions for Go","archived":false,"fork":false,"pushed_at":"2024-08-09T12:17:53.000Z","size":232,"stargazers_count":292,"open_issues_count":11,"forks_count":120,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-03-28T08:06:01.612Z","etag":null,"topics":["adtech","go","openrtb","rtb"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bsm.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-10-18T16:17:58.000Z","updated_at":"2025-02-16T05:58:55.000Z","dependencies_parsed_at":"2024-11-30T18:17:05.502Z","dependency_job_id":null,"html_url":"https://github.com/bsm/openrtb","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fopenrtb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fopenrtb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fopenrtb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fopenrtb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsm","download_url":"https://codeload.github.com/bsm/openrtb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247149501,"owners_count":20891954,"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":["adtech","go","openrtb","rtb"],"created_at":"2024-08-01T18:00:56.147Z","updated_at":"2025-04-04T09:08:50.455Z","avatar_url":"https://github.com/bsm.png","language":"Go","funding_links":[],"categories":["Table of Contents"],"sub_categories":["Applications Engines and Frameworks"],"readme":"# OpenRTB\n\n[![Build Status](https://travis-ci.org/bsm/openrtb.svg?branch=master)](https://travis-ci.org/bsm/openrtb)\n\nOpenRTB structs and validations for Go.\n\n## Requirements\n\nRequires Go 1.8+ for proper `json.RawMessage` marshaling.\n\n## Installation\n\nTo install, use `go get`:\n\n```shell\ngo get github.com/bsm/openrtb/v3\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n  \"log\"\n  \"github.com/bsm/openrtb/v3\"\n)\n\nfunc main() {\n  file, err := os.Open(\"stored.json\")\n  if err != nil {\n    log.Fatal(err)\n  }\n  defer file.Close()\n\n  var req *openrtb.BidRequest\n  if err := json.NewDecoder(file).Decode(\u0026req); err != nil {\n    log.Fatal(err)\n  }\n\n  log.Printf(\"%+v\\n\", req)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsm%2Fopenrtb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsm%2Fopenrtb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsm%2Fopenrtb/lists"}