manmandm opened a new issue #5962:
URL: https://github.com/apache/dolphinscheduler/issues/5962


   ResultFul API Design documents
   Here are the results issues. After research, I think restful style 
interfaces form relevant meanings through URL and method. The resources to be 
operated are locked through the URL, and the actions to be done are identified 
through the method, such as adding, deleting, modifying and querying.
   
   Restful has given clear specifications for common additions, deletions and 
modifications. For other interfaces with different meanings, you can use the 
part of speech of the URL plus method to design. For example, the end of the 
URL of get is a noun and the end of the URL of post is a verb.
   
    [RestFul design 
rules](http://note.youdao.com/noteshare?id=cc5888cfcf4d7b65ae71ffcb495b8815)
   [General interface design](https://www.kdocs.cn/l/spOjvEzstRLk)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to