Interface management examples?

This semester, I am leading a team of apprentice programmers in a long-term project (long enough to complete my studies before that). I worked with ICD on an internship, but not everyone on the team had this experience, and I can not show them the documents I worked with because of a non-disclosure agreement.

Can anyone provide links to "real" front-end control documents? I could come up with some examples of toys myself, but I would like to show these documents in their most useful form.

The focus of our ICDs will be on the interoperability of various hardware components, but all forms of ICD are welcome.

+3
source share
1 answer

KNOWLEDGE KNOWLEDGE WEB SERVICE INTERFACE CONTROL DOCUMENT

Vision . To provide data level support for REDACTED (personal information) applications requiring access to the peso.

http: // localhost: 8080 / knowledge_objects / application.wadl Returns a web application description page (WADL) with information about object-knowledge methods.

Return example:

<Keys> 
  <DocumentID>200800000009</DocumentID> 
  <DocumentID>200800000010</DocumentID> 
  <DocumentID>200800000011</DocumentID> 
  <DocumentID>200800000012</DocumentID> 
  <DocumentID>200800000217</DocumentID> 
  <DocumentID>200800000001</DocumentID> 
</Keys> 
  • Get the knowledge object by id Abstract: http: //: / knowledge_objects / {doc_id} Example: http: //: / knowledge_objects / 200910273200 Example Return:

    <?xml version="1.0" encoding="ISO-8859-1"?> <Report> <Documents>
    *REDACTED (private information)* </Report> </Documents>

-1
source

Source: https://habr.com/ru/post/1702736/


All Articles