Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "title": "Google Sheets",
  3. "description": "Fetches information from Google Sheets",
  4. "admin": {
  5. "verification": "${service_url}?username=${username}&password=#{password}",
  6. "fields": {
  7. "service_url": {
  8. "type": "text"
  9. },
  10. "username": {
  11. "type": "text"
  12. },
  13. "password": {
  14. "type": "password"
  15. }
  16. }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement