chibi-github 0.0.1__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. chibi_github-0.1.1/PKG-INFO +67 -0
  2. chibi_github-0.1.1/chibi_github/__init__.py +8 -0
  3. chibi_github-0.1.1/chibi_github/chibi_github.py +31 -0
  4. chibi_github-0.1.1/chibi_github/response.py +18 -0
  5. chibi_github-0.1.1/chibi_github/serializers.py +26 -0
  6. {chibi_github-0.0.1 → chibi_github-0.1.1}/chibi_github/urls.py +1 -0
  7. chibi_github-0.1.1/chibi_github.egg-info/PKG-INFO +67 -0
  8. chibi_github-0.1.1/chibi_github.egg-info/SOURCES.txt +45 -0
  9. {chibi_github-0.0.1 → chibi_github-0.1.1}/chibi_github.egg-info/entry_points.txt +0 -1
  10. chibi_github-0.1.1/chibi_github.egg-info/requires.txt +1 -0
  11. {chibi_github-0.0.1 → chibi_github-0.1.1}/setup.cfg +1 -1
  12. {chibi_github-0.0.1 → chibi_github-0.1.1}/setup.py +2 -2
  13. chibi_github-0.1.1/tests/__init__.py +7 -0
  14. chibi_github-0.1.1/tests/cassettes/Test_chibi_github.test_me_should_return_name_login.yaml +82 -0
  15. chibi_github-0.1.1/tests/cassettes/Test_chibi_github.test_me_should_return_user_data.yaml +82 -0
  16. chibi_github-0.1.1/tests/cassettes/Test_chibi_github_me.test_me_should_return_name_login.yaml +82 -0
  17. chibi_github-0.1.1/tests/cassettes/Test_chibi_github_me.test_me_should_return_user_data.yaml +82 -0
  18. chibi_github-0.1.1/tests/cassettes/Test_chibi_github_repo.test_all_repos_should_have_name.yaml +114 -0
  19. chibi_github-0.1.1/tests/cassettes/Test_chibi_github_repo.test_repo_url_should_be_a_api_inner.yaml +114 -0
  20. chibi_github-0.1.1/tests/cassettes/Test_chibi_github_repo.test_should_can_list_repo_of_user.yaml +114 -0
  21. chibi_github-0.1.1/tests/cassettes/Test_chibi_github_repo_create.test_create_and_delete_should_work.yaml +154 -0
  22. chibi_github-0.1.1/tests/cassettes/Test_chibi_github_repo_create.test_create_should_generate_a_new_repo.yaml +85 -0
  23. chibi_github-0.1.1/tests/cassettes/Test_chibi_github_repo_create.test_create_without_data_should_fail.yaml +78 -0
  24. chibi_github-0.1.1/tests/test_chibi_github.py +119 -0
  25. {chibi_github-0.0.1 → chibi_github-0.1.1}/tests/urls.py +4 -1
  26. chibi_github-0.0.1/PKG-INFO +0 -56
  27. chibi_github-0.0.1/chibi_github/__init__.py +0 -7
  28. chibi_github-0.0.1/chibi_github/chibi_github.py +0 -3
  29. chibi_github-0.0.1/chibi_github.egg-info/PKG-INFO +0 -56
  30. chibi_github-0.0.1/chibi_github.egg-info/SOURCES.txt +0 -33
  31. chibi_github-0.0.1/chibi_github.egg-info/requires.txt +0 -1
  32. chibi_github-0.0.1/tests/__init__.py +0 -3
  33. chibi_github-0.0.1/tests/test_chibi_github.py +0 -22
  34. {chibi_github-0.0.1 → chibi_github-0.1.1}/AUTHORS.rst +0 -0
  35. {chibi_github-0.0.1 → chibi_github-0.1.1}/CONTRIBUTING.rst +0 -0
  36. {chibi_github-0.0.1 → chibi_github-0.1.1}/HISTORY.rst +0 -0
  37. {chibi_github-0.0.1 → chibi_github-0.1.1}/LICENSE +0 -0
  38. {chibi_github-0.0.1 → chibi_github-0.1.1}/MANIFEST.in +0 -0
  39. {chibi_github-0.0.1 → chibi_github-0.1.1}/README.rst +0 -0
  40. {chibi_github-0.0.1 → chibi_github-0.1.1}/chibi_github/cli.py +0 -0
  41. {chibi_github-0.0.1 → chibi_github-0.1.1}/chibi_github/config.py +0 -0
  42. {chibi_github-0.0.1 → chibi_github-0.1.1}/chibi_github.egg-info/dependency_links.txt +0 -0
  43. {chibi_github-0.0.1 → chibi_github-0.1.1}/chibi_github.egg-info/not-zip-safe +0 -0
  44. {chibi_github-0.0.1 → chibi_github-0.1.1}/chibi_github.egg-info/top_level.txt +0 -0
  45. {chibi_github-0.0.1 → chibi_github-0.1.1}/docs/Makefile +0 -0
  46. {chibi_github-0.0.1 → chibi_github-0.1.1}/docs/authors.rst +0 -0
  47. {chibi_github-0.0.1 → chibi_github-0.1.1}/docs/conf.py +0 -0
  48. {chibi_github-0.0.1 → chibi_github-0.1.1}/docs/contributing.rst +0 -0
  49. {chibi_github-0.0.1 → chibi_github-0.1.1}/docs/history.rst +0 -0
  50. {chibi_github-0.0.1 → chibi_github-0.1.1}/docs/index.rst +0 -0
  51. {chibi_github-0.0.1 → chibi_github-0.1.1}/docs/installation.rst +0 -0
  52. {chibi_github-0.0.1 → chibi_github-0.1.1}/docs/make.bat +0 -0
  53. {chibi_github-0.0.1 → chibi_github-0.1.1}/docs/readme.rst +0 -0
  54. {chibi_github-0.0.1 → chibi_github-0.1.1}/docs/usage.rst +0 -0
@@ -0,0 +1,67 @@
1
+ Metadata-Version: 2.2
2
+ Name: chibi_github
3
+ Version: 0.1.1
4
+ Summary: libreria para usar github
5
+ Home-page: https://github.com/dem4ply/chibi_github
6
+ Author: dem4ply
7
+ Author-email: dem4ply@gmail.com
8
+ License: WTFPL
9
+ Keywords: chibi_github
10
+ Classifier: Development Status :: 2 - Pre-Alpha
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: Public Domain
13
+ Classifier: Natural Language :: English
14
+ Classifier: Programming Language :: Python :: 3.7
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ License-File: LICENSE
17
+ License-File: AUTHORS.rst
18
+ Requires-Dist: chibi_api>=0.1.0
19
+ Dynamic: author
20
+ Dynamic: author-email
21
+ Dynamic: classifier
22
+ Dynamic: description
23
+ Dynamic: home-page
24
+ Dynamic: keywords
25
+ Dynamic: license
26
+ Dynamic: requires-dist
27
+ Dynamic: summary
28
+
29
+ ============
30
+ chibi_github
31
+ ============
32
+
33
+
34
+ .. image:: https://img.shields.io/pypi/v/chibi_github.svg
35
+ :target: https://pypi.python.org/pypi/chibi_github
36
+
37
+ .. image:: https://img.shields.io/travis/dem4ply/chibi_github.svg
38
+ :target: https://travis-ci.org/dem4ply/chibi_github
39
+
40
+ .. image:: https://readthedocs.org/projects/chibi-github/badge/?version=latest
41
+ :target: https://chibi-github.readthedocs.io/en/latest/?badge=latest
42
+ :alt: Documentation Status
43
+
44
+
45
+
46
+
47
+ libreria para usar github
48
+
49
+
50
+ * Free software: WTFPL
51
+ * Documentation: https://chibi-github.readthedocs.io.
52
+
53
+
54
+ Features
55
+ --------
56
+
57
+ * TODO
58
+
59
+
60
+ =======
61
+ History
62
+ =======
63
+
64
+ 0.0.1 (2020-07-08)
65
+ ------------------
66
+
67
+ * First release on PyPI.
@@ -0,0 +1,8 @@
1
+ # -*- coding: utf-8 -*-
2
+ from chibi_github.chibi_github import Github_api
3
+
4
+
5
+ __all__ = [ 'Github_api' ]
6
+ __author__ = """dem4ply"""
7
+ __email__ = 'dem4ply@gmail.com'
8
+ __version__ = '0.1.1'
@@ -0,0 +1,31 @@
1
+ from chibi_api import Chibi_api
2
+ from chibi_api.chibi_api import Chibi_inner_api
3
+ from chibi_requests.auth import Token
4
+
5
+ from .response import Create, Delete, Get
6
+ from chibi_github.config import configuration
7
+
8
+
9
+ class Github_api_inner( Chibi_inner_api ):
10
+ response = {
11
+ 'get': Get,
12
+ 'post': Create,
13
+ 'delete': Delete,
14
+ }
15
+
16
+
17
+ class Github_api( Chibi_api ):
18
+ schema = 'https'
19
+ host = 'api.github.com'
20
+ inner_api_class = Github_api_inner
21
+
22
+ def login( self, token=None ):
23
+ if token is None:
24
+ token = Token( token=configuration.github.personal_token )
25
+ else:
26
+ token = Token( token=token )
27
+ self.API.auth = token
28
+
29
+ @property
30
+ def me( self ):
31
+ return self.API.user
@@ -0,0 +1,18 @@
1
+ from chibi_requests import Response
2
+ from .serializers import Get_base as Get_serializer
3
+
4
+
5
+ class Get( Response ):
6
+ serializer = Get_serializer
7
+
8
+
9
+ class Create( Get ):
10
+ @property
11
+ def ok( self ):
12
+ return self.status_code == 201
13
+
14
+
15
+ class Delete( Get ):
16
+ @property
17
+ def ok( self ):
18
+ return self.status_code == 204
@@ -0,0 +1,26 @@
1
+ from marshmallow import Schema, INCLUDE, fields
2
+
3
+
4
+ class Github_url( fields.Url ):
5
+ """
6
+ serializa una url de github y agrega las credenciales que se encunetran
7
+ en el contexto
8
+ """
9
+
10
+ def _serialize( self, value, attr, obj, **kw ):
11
+ super()._serialize( value, attr, obj, **kw )
12
+
13
+ def _deserialize( self, value, attr, data, **kw ):
14
+ parent = self.context[ 'url' ]
15
+ value = super()._deserialize( value, attr, data, **kw )
16
+ return parent.build_from_url( value )
17
+
18
+
19
+ class Parse_url( Schema ):
20
+ url = Github_url()
21
+
22
+
23
+ class Get_base( Parse_url ):
24
+
25
+ class Meta:
26
+ unknown = INCLUDE
@@ -8,6 +8,7 @@ base_url = Chibi_url(
8
8
 
9
9
  base_url += Token( token=configuration.github.personal_token )
10
10
 
11
+ issues = base_url + 'issues'
11
12
 
12
13
  repo_pull = base_url + 'repos/{username}/{repo}/pulls'
13
14
 
@@ -0,0 +1,67 @@
1
+ Metadata-Version: 2.2
2
+ Name: chibi_github
3
+ Version: 0.1.1
4
+ Summary: libreria para usar github
5
+ Home-page: https://github.com/dem4ply/chibi_github
6
+ Author: dem4ply
7
+ Author-email: dem4ply@gmail.com
8
+ License: WTFPL
9
+ Keywords: chibi_github
10
+ Classifier: Development Status :: 2 - Pre-Alpha
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: Public Domain
13
+ Classifier: Natural Language :: English
14
+ Classifier: Programming Language :: Python :: 3.7
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ License-File: LICENSE
17
+ License-File: AUTHORS.rst
18
+ Requires-Dist: chibi_api>=0.1.0
19
+ Dynamic: author
20
+ Dynamic: author-email
21
+ Dynamic: classifier
22
+ Dynamic: description
23
+ Dynamic: home-page
24
+ Dynamic: keywords
25
+ Dynamic: license
26
+ Dynamic: requires-dist
27
+ Dynamic: summary
28
+
29
+ ============
30
+ chibi_github
31
+ ============
32
+
33
+
34
+ .. image:: https://img.shields.io/pypi/v/chibi_github.svg
35
+ :target: https://pypi.python.org/pypi/chibi_github
36
+
37
+ .. image:: https://img.shields.io/travis/dem4ply/chibi_github.svg
38
+ :target: https://travis-ci.org/dem4ply/chibi_github
39
+
40
+ .. image:: https://readthedocs.org/projects/chibi-github/badge/?version=latest
41
+ :target: https://chibi-github.readthedocs.io/en/latest/?badge=latest
42
+ :alt: Documentation Status
43
+
44
+
45
+
46
+
47
+ libreria para usar github
48
+
49
+
50
+ * Free software: WTFPL
51
+ * Documentation: https://chibi-github.readthedocs.io.
52
+
53
+
54
+ Features
55
+ --------
56
+
57
+ * TODO
58
+
59
+
60
+ =======
61
+ History
62
+ =======
63
+
64
+ 0.0.1 (2020-07-08)
65
+ ------------------
66
+
67
+ * First release on PyPI.
@@ -0,0 +1,45 @@
1
+ AUTHORS.rst
2
+ CONTRIBUTING.rst
3
+ HISTORY.rst
4
+ LICENSE
5
+ MANIFEST.in
6
+ README.rst
7
+ setup.cfg
8
+ setup.py
9
+ chibi_github/__init__.py
10
+ chibi_github/chibi_github.py
11
+ chibi_github/cli.py
12
+ chibi_github/config.py
13
+ chibi_github/response.py
14
+ chibi_github/serializers.py
15
+ chibi_github/urls.py
16
+ chibi_github.egg-info/PKG-INFO
17
+ chibi_github.egg-info/SOURCES.txt
18
+ chibi_github.egg-info/dependency_links.txt
19
+ chibi_github.egg-info/entry_points.txt
20
+ chibi_github.egg-info/not-zip-safe
21
+ chibi_github.egg-info/requires.txt
22
+ chibi_github.egg-info/top_level.txt
23
+ docs/Makefile
24
+ docs/authors.rst
25
+ docs/conf.py
26
+ docs/contributing.rst
27
+ docs/history.rst
28
+ docs/index.rst
29
+ docs/installation.rst
30
+ docs/make.bat
31
+ docs/readme.rst
32
+ docs/usage.rst
33
+ tests/__init__.py
34
+ tests/test_chibi_github.py
35
+ tests/urls.py
36
+ tests/cassettes/Test_chibi_github.test_me_should_return_name_login.yaml
37
+ tests/cassettes/Test_chibi_github.test_me_should_return_user_data.yaml
38
+ tests/cassettes/Test_chibi_github_me.test_me_should_return_name_login.yaml
39
+ tests/cassettes/Test_chibi_github_me.test_me_should_return_user_data.yaml
40
+ tests/cassettes/Test_chibi_github_repo.test_all_repos_should_have_name.yaml
41
+ tests/cassettes/Test_chibi_github_repo.test_repo_url_should_be_a_api_inner.yaml
42
+ tests/cassettes/Test_chibi_github_repo.test_should_can_list_repo_of_user.yaml
43
+ tests/cassettes/Test_chibi_github_repo_create.test_create_and_delete_should_work.yaml
44
+ tests/cassettes/Test_chibi_github_repo_create.test_create_should_generate_a_new_repo.yaml
45
+ tests/cassettes/Test_chibi_github_repo_create.test_create_without_data_should_fail.yaml
@@ -1,3 +1,2 @@
1
1
  [console_scripts]
2
2
  chibi_github = chibi_github.cli:main
3
-
@@ -0,0 +1 @@
1
+ chibi_api>=0.1.0
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.0.1
2
+ current_version = 0.1.1
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -11,7 +11,7 @@ with open('README.rst') as readme_file:
11
11
  with open('HISTORY.rst') as history_file:
12
12
  history = history_file.read()
13
13
 
14
- requirements = [ 'chibi-requests>=0.6.0' ]
14
+ requirements = [ 'chibi_api>=0.1.0' ]
15
15
 
16
16
  setup(
17
17
  author="dem4ply",
@@ -38,6 +38,6 @@ setup(
38
38
  name='chibi_github',
39
39
  packages=find_packages(include=['chibi_github', 'chibi_github.*']),
40
40
  url='https://github.com/dem4ply/chibi_github',
41
- version='0.0.1',
41
+ version='0.1.1',
42
42
  zip_safe=False,
43
43
  )
@@ -0,0 +1,7 @@
1
+ # -*- coding: utf-8 -*-
2
+ from chibi.config import configuration
3
+
4
+
5
+ configuration.loggers[ 'vcr.cassette' ].level = 'WARNING'
6
+ configuration.loggers[ 'vcr.stubs' ].level = 'WARNING'
7
+ configuration.loggers[ 'chibi_requests.chibi_url' ].level = 'WARNING'
@@ -0,0 +1,82 @@
1
+ interactions:
2
+ - request:
3
+ body: null
4
+ headers:
5
+ Accept:
6
+ - '*/*'
7
+ Accept-Encoding:
8
+ - gzip, deflate
9
+ Authorization:
10
+ - Token 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
11
+ Connection:
12
+ - keep-alive
13
+ User-Agent:
14
+ - python-requests/2.32.3
15
+ method: GET
16
+ uri: https://api.github.com/user
17
+ response:
18
+ body:
19
+ string: '{"login":"dem4ply","id":1803833,"node_id":"MDQ6VXNlcjE4MDM4MzM=","avatar_url":"https://avatars.githubusercontent.com/u/1803833?v=4","gravatar_id":"","url":"https://api.github.com/users/dem4ply","html_url":"https://github.com/dem4ply","followers_url":"https://api.github.com/users/dem4ply/followers","following_url":"https://api.github.com/users/dem4ply/following{/other_user}","gists_url":"https://api.github.com/users/dem4ply/gists{/gist_id}","starred_url":"https://api.github.com/users/dem4ply/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dem4ply/subscriptions","organizations_url":"https://api.github.com/users/dem4ply/orgs","repos_url":"https://api.github.com/users/dem4ply/repos","events_url":"https://api.github.com/users/dem4ply/events{/privacy}","received_events_url":"https://api.github.com/users/dem4ply/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Dem4ply","company":null,"blog":"","location":"Mexico","email":null,"hireable":null,"bio":"un
20
+ insociable gamer programador y tipico intelelectual rebelde","twitter_username":null,"notification_email":null,"public_repos":104,"public_gists":1,"followers":6,"following":7,"created_at":"2012-06-01T07:54:44Z","updated_at":"2025-01-21T13:06:27Z"}'
21
+ headers:
22
+ Access-Control-Allow-Origin:
23
+ - '*'
24
+ Access-Control-Expose-Headers:
25
+ - ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
26
+ X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes,
27
+ X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO,
28
+ X-GitHub-Request-Id, Deprecation, Sunset
29
+ Cache-Control:
30
+ - private, max-age=60, s-maxage=60
31
+ Content-Encoding:
32
+ - gzip
33
+ Content-Security-Policy:
34
+ - default-src 'none'
35
+ Content-Type:
36
+ - application/json; charset=utf-8
37
+ Date:
38
+ - Sat, 01 Feb 2025 04:49:31 GMT
39
+ ETag:
40
+ - W/"8158d3a5638b3bacc746981eed9ef619b861c0846b5d2a342e9f753faf879b6f"
41
+ Last-Modified:
42
+ - Tue, 21 Jan 2025 13:06:27 GMT
43
+ Referrer-Policy:
44
+ - origin-when-cross-origin, strict-origin-when-cross-origin
45
+ Server:
46
+ - github.com
47
+ Strict-Transport-Security:
48
+ - max-age=31536000; includeSubdomains; preload
49
+ Transfer-Encoding:
50
+ - chunked
51
+ Vary:
52
+ - Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With
53
+ X-Content-Type-Options:
54
+ - nosniff
55
+ X-Frame-Options:
56
+ - deny
57
+ X-GitHub-Media-Type:
58
+ - github.v3; format=json
59
+ X-GitHub-Request-Id:
60
+ - 5AC7:3A151D:2B682C:581EA4:679DA7DA
61
+ X-RateLimit-Limit:
62
+ - '5000'
63
+ X-RateLimit-Remaining:
64
+ - '4998'
65
+ X-RateLimit-Reset:
66
+ - '1738388679'
67
+ X-RateLimit-Resource:
68
+ - core
69
+ X-RateLimit-Used:
70
+ - '2'
71
+ X-XSS-Protection:
72
+ - '0'
73
+ github-authentication-token-expiration:
74
+ - 2025-03-02 11:30:39 -0600
75
+ x-accepted-github-permissions:
76
+ - allows_permissionless_access=true
77
+ x-github-api-version-selected:
78
+ - '2022-11-28'
79
+ status:
80
+ code: 200
81
+ message: OK
82
+ version: 1
@@ -0,0 +1,82 @@
1
+ interactions:
2
+ - request:
3
+ body: null
4
+ headers:
5
+ Accept:
6
+ - '*/*'
7
+ Accept-Encoding:
8
+ - gzip, deflate
9
+ Authorization:
10
+ - Token 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
11
+ Connection:
12
+ - keep-alive
13
+ User-Agent:
14
+ - python-requests/2.32.3
15
+ method: GET
16
+ uri: https://api.github.com/user
17
+ response:
18
+ body:
19
+ string: '{"login":"dem4ply","id":1803833,"node_id":"MDQ6VXNlcjE4MDM4MzM=","avatar_url":"https://avatars.githubusercontent.com/u/1803833?v=4","gravatar_id":"","url":"https://api.github.com/users/dem4ply","html_url":"https://github.com/dem4ply","followers_url":"https://api.github.com/users/dem4ply/followers","following_url":"https://api.github.com/users/dem4ply/following{/other_user}","gists_url":"https://api.github.com/users/dem4ply/gists{/gist_id}","starred_url":"https://api.github.com/users/dem4ply/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dem4ply/subscriptions","organizations_url":"https://api.github.com/users/dem4ply/orgs","repos_url":"https://api.github.com/users/dem4ply/repos","events_url":"https://api.github.com/users/dem4ply/events{/privacy}","received_events_url":"https://api.github.com/users/dem4ply/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Dem4ply","company":null,"blog":"","location":"Mexico","email":null,"hireable":null,"bio":"un
20
+ insociable gamer programador y tipico intelelectual rebelde","twitter_username":null,"notification_email":null,"public_repos":104,"public_gists":1,"followers":6,"following":7,"created_at":"2012-06-01T07:54:44Z","updated_at":"2025-01-21T13:06:27Z"}'
21
+ headers:
22
+ Access-Control-Allow-Origin:
23
+ - '*'
24
+ Access-Control-Expose-Headers:
25
+ - ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
26
+ X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes,
27
+ X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO,
28
+ X-GitHub-Request-Id, Deprecation, Sunset
29
+ Cache-Control:
30
+ - private, max-age=60, s-maxage=60
31
+ Content-Encoding:
32
+ - gzip
33
+ Content-Security-Policy:
34
+ - default-src 'none'
35
+ Content-Type:
36
+ - application/json; charset=utf-8
37
+ Date:
38
+ - Sat, 01 Feb 2025 04:49:31 GMT
39
+ ETag:
40
+ - W/"8158d3a5638b3bacc746981eed9ef619b861c0846b5d2a342e9f753faf879b6f"
41
+ Last-Modified:
42
+ - Tue, 21 Jan 2025 13:06:27 GMT
43
+ Referrer-Policy:
44
+ - origin-when-cross-origin, strict-origin-when-cross-origin
45
+ Server:
46
+ - github.com
47
+ Strict-Transport-Security:
48
+ - max-age=31536000; includeSubdomains; preload
49
+ Transfer-Encoding:
50
+ - chunked
51
+ Vary:
52
+ - Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With
53
+ X-Content-Type-Options:
54
+ - nosniff
55
+ X-Frame-Options:
56
+ - deny
57
+ X-GitHub-Media-Type:
58
+ - github.v3; format=json
59
+ X-GitHub-Request-Id:
60
+ - 5A39:A8F74:AD03D4:15CE673:679DA7DB
61
+ X-RateLimit-Limit:
62
+ - '5000'
63
+ X-RateLimit-Remaining:
64
+ - '4997'
65
+ X-RateLimit-Reset:
66
+ - '1738388679'
67
+ X-RateLimit-Resource:
68
+ - core
69
+ X-RateLimit-Used:
70
+ - '3'
71
+ X-XSS-Protection:
72
+ - '0'
73
+ github-authentication-token-expiration:
74
+ - 2025-03-02 11:30:39 -0600
75
+ x-accepted-github-permissions:
76
+ - allows_permissionless_access=true
77
+ x-github-api-version-selected:
78
+ - '2022-11-28'
79
+ status:
80
+ code: 200
81
+ message: OK
82
+ version: 1
@@ -0,0 +1,82 @@
1
+ interactions:
2
+ - request:
3
+ body: null
4
+ headers:
5
+ Accept:
6
+ - '*/*'
7
+ Accept-Encoding:
8
+ - gzip, deflate
9
+ Authorization:
10
+ - Token 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
11
+ Connection:
12
+ - keep-alive
13
+ User-Agent:
14
+ - python-requests/2.32.3
15
+ method: GET
16
+ uri: https://api.github.com/user
17
+ response:
18
+ body:
19
+ string: '{"login":"dem4ply","id":1803833,"node_id":"MDQ6VXNlcjE4MDM4MzM=","avatar_url":"https://avatars.githubusercontent.com/u/1803833?v=4","gravatar_id":"","url":"https://api.github.com/users/dem4ply","html_url":"https://github.com/dem4ply","followers_url":"https://api.github.com/users/dem4ply/followers","following_url":"https://api.github.com/users/dem4ply/following{/other_user}","gists_url":"https://api.github.com/users/dem4ply/gists{/gist_id}","starred_url":"https://api.github.com/users/dem4ply/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dem4ply/subscriptions","organizations_url":"https://api.github.com/users/dem4ply/orgs","repos_url":"https://api.github.com/users/dem4ply/repos","events_url":"https://api.github.com/users/dem4ply/events{/privacy}","received_events_url":"https://api.github.com/users/dem4ply/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Dem4ply","company":null,"blog":"","location":"Mexico","email":null,"hireable":null,"bio":"un
20
+ insociable gamer programador y tipico intelelectual rebelde","twitter_username":null,"notification_email":null,"public_repos":104,"public_gists":1,"followers":6,"following":7,"created_at":"2012-06-01T07:54:44Z","updated_at":"2025-01-21T13:06:27Z"}'
21
+ headers:
22
+ Access-Control-Allow-Origin:
23
+ - '*'
24
+ Access-Control-Expose-Headers:
25
+ - ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
26
+ X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes,
27
+ X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO,
28
+ X-GitHub-Request-Id, Deprecation, Sunset
29
+ Cache-Control:
30
+ - private, max-age=60, s-maxage=60
31
+ Content-Encoding:
32
+ - gzip
33
+ Content-Security-Policy:
34
+ - default-src 'none'
35
+ Content-Type:
36
+ - application/json; charset=utf-8
37
+ Date:
38
+ - Thu, 06 Feb 2025 03:25:02 GMT
39
+ ETag:
40
+ - W/"8158d3a5638b3bacc746981eed9ef619b861c0846b5d2a342e9f753faf879b6f"
41
+ Last-Modified:
42
+ - Tue, 21 Jan 2025 13:06:27 GMT
43
+ Referrer-Policy:
44
+ - origin-when-cross-origin, strict-origin-when-cross-origin
45
+ Server:
46
+ - github.com
47
+ Strict-Transport-Security:
48
+ - max-age=31536000; includeSubdomains; preload
49
+ Transfer-Encoding:
50
+ - chunked
51
+ Vary:
52
+ - Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With
53
+ X-Content-Type-Options:
54
+ - nosniff
55
+ X-Frame-Options:
56
+ - deny
57
+ X-GitHub-Media-Type:
58
+ - github.v3; format=json
59
+ X-GitHub-Request-Id:
60
+ - 81C8:FCCE6:31B13DD:63A2578:67A42B8D
61
+ X-RateLimit-Limit:
62
+ - '5000'
63
+ X-RateLimit-Remaining:
64
+ - '4999'
65
+ X-RateLimit-Reset:
66
+ - '1738815901'
67
+ X-RateLimit-Resource:
68
+ - core
69
+ X-RateLimit-Used:
70
+ - '1'
71
+ X-XSS-Protection:
72
+ - '0'
73
+ github-authentication-token-expiration:
74
+ - 2025-03-02 11:30:39 -0600
75
+ x-accepted-github-permissions:
76
+ - allows_permissionless_access=true
77
+ x-github-api-version-selected:
78
+ - '2022-11-28'
79
+ status:
80
+ code: 200
81
+ message: OK
82
+ version: 1
@@ -0,0 +1,82 @@
1
+ interactions:
2
+ - request:
3
+ body: null
4
+ headers:
5
+ Accept:
6
+ - '*/*'
7
+ Accept-Encoding:
8
+ - gzip, deflate
9
+ Authorization:
10
+ - Token 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
11
+ Connection:
12
+ - keep-alive
13
+ User-Agent:
14
+ - python-requests/2.32.3
15
+ method: GET
16
+ uri: https://api.github.com/user
17
+ response:
18
+ body:
19
+ string: '{"login":"dem4ply","id":1803833,"node_id":"MDQ6VXNlcjE4MDM4MzM=","avatar_url":"https://avatars.githubusercontent.com/u/1803833?v=4","gravatar_id":"","url":"https://api.github.com/users/dem4ply","html_url":"https://github.com/dem4ply","followers_url":"https://api.github.com/users/dem4ply/followers","following_url":"https://api.github.com/users/dem4ply/following{/other_user}","gists_url":"https://api.github.com/users/dem4ply/gists{/gist_id}","starred_url":"https://api.github.com/users/dem4ply/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dem4ply/subscriptions","organizations_url":"https://api.github.com/users/dem4ply/orgs","repos_url":"https://api.github.com/users/dem4ply/repos","events_url":"https://api.github.com/users/dem4ply/events{/privacy}","received_events_url":"https://api.github.com/users/dem4ply/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Dem4ply","company":null,"blog":"","location":"Mexico","email":null,"hireable":null,"bio":"un
20
+ insociable gamer programador y tipico intelelectual rebelde","twitter_username":null,"notification_email":null,"public_repos":104,"public_gists":1,"followers":6,"following":7,"created_at":"2012-06-01T07:54:44Z","updated_at":"2025-01-21T13:06:27Z"}'
21
+ headers:
22
+ Access-Control-Allow-Origin:
23
+ - '*'
24
+ Access-Control-Expose-Headers:
25
+ - ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
26
+ X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes,
27
+ X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO,
28
+ X-GitHub-Request-Id, Deprecation, Sunset
29
+ Cache-Control:
30
+ - private, max-age=60, s-maxage=60
31
+ Content-Encoding:
32
+ - gzip
33
+ Content-Security-Policy:
34
+ - default-src 'none'
35
+ Content-Type:
36
+ - application/json; charset=utf-8
37
+ Date:
38
+ - Thu, 06 Feb 2025 03:25:02 GMT
39
+ ETag:
40
+ - W/"8158d3a5638b3bacc746981eed9ef619b861c0846b5d2a342e9f753faf879b6f"
41
+ Last-Modified:
42
+ - Tue, 21 Jan 2025 13:06:27 GMT
43
+ Referrer-Policy:
44
+ - origin-when-cross-origin, strict-origin-when-cross-origin
45
+ Server:
46
+ - github.com
47
+ Strict-Transport-Security:
48
+ - max-age=31536000; includeSubdomains; preload
49
+ Transfer-Encoding:
50
+ - chunked
51
+ Vary:
52
+ - Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With
53
+ X-Content-Type-Options:
54
+ - nosniff
55
+ X-Frame-Options:
56
+ - deny
57
+ X-GitHub-Media-Type:
58
+ - github.v3; format=json
59
+ X-GitHub-Request-Id:
60
+ - 4388:367E66:3319974:667C622:67A42B8E
61
+ X-RateLimit-Limit:
62
+ - '5000'
63
+ X-RateLimit-Remaining:
64
+ - '4998'
65
+ X-RateLimit-Reset:
66
+ - '1738815901'
67
+ X-RateLimit-Resource:
68
+ - core
69
+ X-RateLimit-Used:
70
+ - '2'
71
+ X-XSS-Protection:
72
+ - '0'
73
+ github-authentication-token-expiration:
74
+ - 2025-03-02 11:30:39 -0600
75
+ x-accepted-github-permissions:
76
+ - allows_permissionless_access=true
77
+ x-github-api-version-selected:
78
+ - '2022-11-28'
79
+ status:
80
+ code: 200
81
+ message: OK
82
+ version: 1