You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
2.3 KiB

  1. interactions:
  2. - request:
  3. body: '{"query": "\n query($userName: String!, $orgName: String!,
  4. $teamName: String!) {\n organization(login: $orgName) {\n teams(query:
  5. $teamName, userLogins: [$userName], first: 1) {\n nodes
  6. {\n name\n }\n }\n }\n }\n ",
  7. "variables": {"userName": "c-w", "orgName": "CatalystCode", "teamName": "doccano-dev"}}'
  8. headers:
  9. Accept:
  10. - '*/*'
  11. Accept-Encoding:
  12. - gzip, deflate
  13. Connection:
  14. - keep-alive
  15. Content-Length:
  16. - '513'
  17. Content-Type:
  18. - application/json
  19. User-Agent:
  20. - python-requests/2.21.0
  21. method: POST
  22. uri: https://api.github.com/graphql
  23. response:
  24. body:
  25. string: '{"data":{"organization":{"teams":{"nodes":[{"name":"doccano-dev"}]}}}}'
  26. headers:
  27. Access-Control-Allow-Origin:
  28. - '*'
  29. Access-Control-Expose-Headers:
  30. - ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
  31. X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
  32. X-GitHub-Media-Type
  33. Cache-Control:
  34. - no-cache
  35. Content-Security-Policy:
  36. - default-src 'none'
  37. Content-Type:
  38. - application/json; charset=utf-8
  39. Date:
  40. - Mon, 20 May 2019 17:38:20 GMT
  41. Referrer-Policy:
  42. - origin-when-cross-origin, strict-origin-when-cross-origin
  43. Server:
  44. - GitHub.com
  45. Status:
  46. - 200 OK
  47. Strict-Transport-Security:
  48. - max-age=31536000; includeSubdomains; preload
  49. Transfer-Encoding:
  50. - chunked
  51. X-Accepted-OAuth-Scopes:
  52. - repo
  53. X-Content-Type-Options:
  54. - nosniff
  55. X-Frame-Options:
  56. - deny
  57. X-GitHub-Media-Type:
  58. - github.v4; format=json
  59. X-GitHub-Request-Id:
  60. - E979:03BD:225D930:49FB694:5CE2E60C
  61. X-OAuth-Scopes:
  62. - read:org
  63. X-RateLimit-Limit:
  64. - '5000'
  65. X-RateLimit-Remaining:
  66. - '4955'
  67. X-RateLimit-Reset:
  68. - '1558377500'
  69. X-XSS-Protection:
  70. - 1; mode=block
  71. content-length:
  72. - '70'
  73. status:
  74. code: 200
  75. message: OK
  76. version: 1