mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Added LinkedIn API client
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
services:
|
||||
Happyr\LinkedIn\LinkedIn:
|
||||
class: Happyr\LinkedIn\LinkedIn
|
||||
arguments: ['%env(LINKEDIN_API_KEY)%', '%env(LINKEDIN_API_SECRET)%']
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"LINKEDIN_API_KEY": "\"replace_me\"",
|
||||
"LINKEDIN_API_SECRET": "\"replace_me\""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user