The Learning Center API
Updated 5 years ago /
1 min read
The Learning Center uses REST API. Representational state transfer (REST) web services provide a uniform and predefined set of stateless operations. REST systems aim for fast performance, reliability, and the ability to grow by re-using components. These components can be managed and updated without affecting the system as a whole, even while it is running.
Using HTTP, the kind of operations available include those predefined by the CRUD HTTP methods GET, POST, PUT, DELETE and so on.
You can use tools such as Swagger to get APIs for different features.