Commit Graph

26 Commits

Author SHA1 Message Date
Max Cherry 5b614ff545 Use RawJSON type for Ext instead of interface{}
As proposed in: https://github.com/mxmCherry/openrtb/issues/8
2017-01-19 21:59:47 +02:00
Max Cherry 0e64a5f83e Added simple tests (JSON marshalling); deprecated User.BuyerID property (in favor of User.BuyerUID) 2016-07-30 12:24:06 +03:00
Max Cherry 9c5f1bf8f8 Major version bump (Video.Protocol type changed) 2016-07-11 20:53:51 +03:00
Max Cherry 065bcf8a84 README - fix go get example 2016-06-13 21:24:43 +03:00
Max Cherry 6f45e9179c README - fix for import example 2016-06-13 21:23:04 +03:00
Max Cherry e8052686a4 README - preparing version bump 2016-06-13 21:14:07 +03:00
Max Cherry 9640e82bf5 Use gopkg.in/mxmCherry/openrtb.v0 2016-04-06 22:03:35 +03:00
Max Cherry e301ee39a9 Migrate to github.com/mxmCherry/openrtb, update docs (README) 2016-04-06 21:48:46 +03:00
Max Cherry 42b75f5b93 Dropped json omitempty tag for required fields, dropped Progress (TODO) section from README 2016-04-06 21:14:12 +03:00
Max Cherry 4313d48e95 Added json omitempty for ALL the keys
sed -i -r 's/`json:"(.+?)"`/`json:"\1,omitempty"`/g' *.go
2015-08-17 22:40:46 +03:00
Max Cherry 9238934b5f reviewed struct key types 2015-05-30 12:35:49 +03:00
Max Cherry 8b44bb6ec8 Review struct key types, which refer to section 5. Enumerated Lists Specification 2015-05-24 15:17:51 +03:00
Max Cherry 7b1eda48f7 Use struct pointers for optional keys (e.g., App.Content) 2015-05-24 15:02:15 +03:00
Max Cherry 768e1b1875 Dropped constants (if constants will ever return - they should be kept outside of main 'rtb' package, which should be as minimalistic as possible) 2015-05-17 14:32:56 +03:00
Max Cherry 609449f547 Added constants for sections 5.2 - 5.11 2015-05-17 11:47:36 +03:00
mxmCherry cf3fe63cd1 Added TODO for section 5. Enumerated Lists Specification 2015-05-17 11:04:36 +03:00
Max Cherry d57b8aa8c2 Added 4.2 objects: BidResponse, SeatBid, Bid 2015-05-17 10:45:15 +03:00
mxmCherry ecd08d2d9a Update README.md
Gudelines + TODOs
2015-05-10 13:49:13 +03:00
warmans 7efcb529a5 Updated README 2015-05-09 16:07:28 +01:00
warmans dca62c964e Tabify README 2015-05-05 21:53:25 +01:00
warmans 8c1dc3a17a Added Regs, Pmp, Deal. Gofmt. Fix missing quote 2015-05-05 21:48:38 +01:00
mxmCherry 0ae97ebd10 Added godoc link 2015-05-02 11:24:17 +03:00
Max Cherry c8c2538b41 Device-specific types and constants - mark as 'done' in README.md 2015-05-02 11:06:32 +03:00
Max Cherry 78eb5ba4ac App-specific types and constants 2015-05-02 10:42:05 +03:00
mxmCherry 70358a2c20 Update README.md 2015-04-30 20:23:59 +03:00
mxmCherry 59dd8141c5 Initial commit 2015-04-28 20:07:07 +03:00