TinCan/xAPI Flashcards
What does xAPI stand for ?
Experience API (application programming interface)
WHY xAPI?
Track any experience (formal, informal, or operational)
• Platform and subject-matter agnostic
• Built upon RESTful and JSON (so it’s lightweight)
• Human (and machine) readable
What is JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language
What is RESTful
A RESTful API is a method of allowing communication between a web-based client and server that employs representational state transfer (REST) constraints.
REST technology is generally preferred to the more robust Simple Object Access Protocol (SOAP) technology because REST leverages less bandwidth, making it more suitable for internet usage
What are 4 API statements ?
REST technology is generally preferred to the more robust Simple Object Access Protocol (SOAP) technology because REST leverages less bandwidth, making it more suitable for internet usage