You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/12/03 12:48:09 UTC

[kibble] 01/02: add in auth types required for Twitter scans

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit 8c5042c852c1d9e3f6e7f0c46a909e3d58f438f5
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Dec 3 13:47:22 2017 +0100

    add in auth types required for Twitter scans
---
 api/yaml/openapi/components/schemas/Source.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/api/yaml/openapi/components/schemas/Source.yaml b/api/yaml/openapi/components/schemas/Source.yaml
index 64a6da5..8b412b6 100644
--- a/api/yaml/openapi/components/schemas/Source.yaml
+++ b/api/yaml/openapi/components/schemas/Source.yaml
@@ -23,6 +23,18 @@ properties:
   username:
     description: optional username for auth
     type: string
+  token:
+    description: API token
+    type: string
+  token_secret:
+    description: API secret token (for some apps)
+    type: string
+  consumer_key:
+    description: consumer key (for some apps)
+    type: string
+  consumer_secret:
+    description: consumer secret (for some apps)
+    type: string
 required:
 - type
 - sourceURL

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.