You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary = "Dynamically Mock server behaviors and responses."
s.description = <<-DESC
Dynamically Mock server behaviors and responses.
Kakapo allows you to replicate your backend APIs and logic.
With Kakapo you can easily prototype your application based on your API specifications.
While usually network mocks involve using static json files Kakapo let you create Swift structs/classes/enums that are automatically serialized to JSON.