The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
94 views

design practice for business layer when supporting API versioning

Is there any design pattern or practice recommended for business layer when dealing with multiple API version. For example, I have something like this. http://site.com/blogs/v1/?count=10 which ...