Settings

Theme

How to enforce contracts in API development?

1 points by arter45 11 days ago · 0 comments · 1 min read


Imagine you start from an API "contract" like a Swagger specification.

You use a generator to automatically convert that spec to boilerplate code. But then you have to add business logic, authentication and so on.

When the API spec change, what do you do? Do you re run the generator? If not, how can you enforce your code is compliant with the spec?

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection