Automattic / Gravatar-SDK-iOS

Gravatar SDK is a Swift library that allows you to integrate Gravatar features into your own iOS applications.
https://gravatar.com
Mozilla Public License 2.0
41 stars 5 forks source link

Deprecating public CodingKeys and init methods #316

Closed etoledom closed 4 months ago

etoledom commented 4 months ago

Description

On this PR we modify the OpenApi template used to generate the swift struct from the OpenApi specs.

The idea is to deprecate the public CodingKeys and the parametrised init method from the generated structs, since they are prone to generate breaking changes on updates to the structures.

We can remove these changes from the template once the deprecation takes effect.

Testing Steps