├── LICENSE ├── README.md ├── php └── README.md ├── python └── README.md └── ruby └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Canvas-Peers-Developers/LTI-Resources/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LTI-Resources 2 | -------------------------------------------------------------------------------- /php/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Canvas-Peers-Developers/LTI-Resources/HEAD/php/README.md -------------------------------------------------------------------------------- /python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Canvas-Peers-Developers/LTI-Resources/HEAD/python/README.md -------------------------------------------------------------------------------- /ruby/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Canvas-Peers-Developers/LTI-Resources/HEAD/ruby/README.md --------------------------------------------------------------------------------