according to the interface I currently use Restful, the
front end only needs to know how to use get
, post
, put
, delete
to make the corresponding request.
and the corresponding semantics of various http code. You will be able to satisfy the completion of the request, as well as what the request error needs to do.
isn"t this a specification for the interface when the back end writes the interface?
for the front end, how much do you need to know about restful to qualify?