This is less of a Node question than it is a general backend development question.Let’s say I have the following basic contract for a GET request for a single client that returns the following:{ name: “some string” } and I want to migrate to{ firstName: “some string”, lastName: “some other string” } How I can I migrate from one version to another without any downtime?
Submitted August 03, 2020 at 02:09AM by brodega
No comments:
Post a Comment