Skip to content

Commit

Permalink
Proto is our default storage serialization; we can't break it
Browse files Browse the repository at this point in the history
  • Loading branch information
lavalamp committed Jun 8, 2018
1 parent 7a58475 commit e886303
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contributors/devel/api-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,9 @@ APIs may return alternative representations of any resource in response to an
Accept header or under alternative endpoints, but the default serialization for
input and output of API responses MUST be JSON.

Protobuf serialization of API objects are currently **EXPERIMENTAL** and will change without notice.
A protobuf encoding is also accepted for built-in resources. As proto is not
self-describing, there is an envelope wrapper which describes the type of
the contents.

All dates should be serialized as RFC3339 strings.

Expand Down

0 comments on commit e886303

Please sign in to comment.