|
|
|
|
|
by alayne
4564 days ago
|
|
A typical RESTful API:
PUT new data to resource x/y/z
An asynchronous non RESTful API:
POST job information for resource x/y/z
GET status of job for resource x/y/z until status is complete.
GET results of job for resource x/y/z
|
|
That is all RESTful. Whether or not its useful is a different question.