Closed nijikokun closed 9 years ago
Perhaps should move plugin documentation requirements to a wiki page, thoughts @thibaultCha and @thefosk ?
echo "deb [arch=amd64] http://mashape-kong-apt-repo.s3-website-us-east-1.amazonaws.com/ubuntu/12_04/ kong main" | sudo tee -a /etc/apt/sources.list
and
echo "deb [arch=amd64] http://mashape-kong-apt-repo.s3-website-us-east-1.amazonaws.com/ubuntu/14_04/ kong main" | sudo tee -a /etc/apt/sources.list
CLI API: mashape/getkong.org#31. Which could also contain configuration (see the PR)
This issue should probably be in getkong.org. Or closed and reopened as a smaller version there.
This has been completed :+1:
Core
Plugins
Minimum required documentation for all plugins:
[x] Usage (how it affects API(s) / Consumer(s), and examples of usage)
Examples of usage are for example take the
keyauth
plugin which adds authentication that can be used in multiple places such as theheader
,querystring
, orform
parameter:Using the
keyauth
plugin as aheader
:Where
key_name
is a value defined invalue.key_names
, andkey
is a key created with aPOST
request to/keyauth_credentials/
keyauth
differ frombasicauth
)