How to create LTI api in core php project
Number of replies: 3
My requirement is, need to create LTI api which supportable to moodle, anyone have idea how to create / implement LTI api in my project (core php project). Then these LTI api communicate with moodle using LTI tool.
Re: How to create LTI api in core php project
This is not really a Moodle-specific question. The point about LTI tools is that if you follow the standards, your app will work with any LMS.
I don't acutally know the tnaswer to your quetsion, becasue I have never done it. However, fi you Google, there are various guides available, of which this seems to have the best title: Writing LTI stuff.
I don't acutally know the tnaswer to your quetsion, becasue I have never done it. However, fi you Google, there are various guides available, of which this seems to have the best title: Writing LTI stuff.
Re: How to create LTI api in core php project
Hi Tim Hunt,
Thanks for you support. It is possible to call moodle LTI by postman. If yes how can be used that ?. Give some idea about.
Re: How to create LTI api in core php project
Sorry, I don't know. I hope somebody else does.