Slide 12
Slide 12 text
API
Development
• MVC
Model
for
APIs
– View,
which
marshals/unmarshals
request
and
response
data
– Controller,
which
picks
the
right
model
to
serve
the
request
– Model,
which
has
the
necessary
logic
to
talk
to
the
database,
or
other
APIs
to
fetch
data