adt/onesky

There is no license information available for the latest version (v2.0) of this package.

Integration of OneSky API into Nette Framework

v2.0 2020-12-14 22:54 UTC

This package is auto-updated.

Last update: 2024-04-15 06:13:32 UTC


README

In your config.local.neon set:

parameters:
	oneSky:
		apiKey: ********************************
		apiSecret: ********************************
		projectId: 123456

extensions:
	onesky: ADT\OneSky\DI\OneSkyExtension

onesky:
	apiKey: %oneSky.apiKey%
	apiSecret: %oneSky.apiSecret%
	projectId: %oneSky.projectId%

To download all translations run:

php web/console.php adt:onesky -d