chibi-github 0.1.2__tar.gz → 0.2.0__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 (50) hide show
  1. chibi_github-0.2.0/HISTORY.rst +18 -0
  2. {chibi_github-0.1.2 → chibi_github-0.2.0}/MANIFEST.in +1 -1
  3. {chibi_github-0.1.2 → chibi_github-0.2.0}/PKG-INFO +12 -6
  4. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github/__init__.py +1 -1
  5. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github/config.py +1 -0
  6. chibi_github-0.2.0/chibi_github/exception.py +9 -0
  7. chibi_github-0.2.0/chibi_github/response.py +29 -0
  8. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github/serializers.py +5 -1
  9. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github.egg-info/PKG-INFO +12 -6
  10. chibi_github-0.2.0/chibi_github.egg-info/SOURCES.txt +33 -0
  11. {chibi_github-0.1.2 → chibi_github-0.2.0}/setup.cfg +1 -1
  12. {chibi_github-0.1.2 → chibi_github-0.2.0}/setup.py +1 -1
  13. chibi_github-0.1.2/HISTORY.rst +0 -13
  14. chibi_github-0.1.2/chibi_github/response.py +0 -18
  15. chibi_github-0.1.2/chibi_github.egg-info/SOURCES.txt +0 -45
  16. chibi_github-0.1.2/tests/__init__.py +0 -7
  17. chibi_github-0.1.2/tests/cassettes/Test_chibi_github.test_me_should_return_name_login.yaml +0 -82
  18. chibi_github-0.1.2/tests/cassettes/Test_chibi_github.test_me_should_return_user_data.yaml +0 -82
  19. chibi_github-0.1.2/tests/cassettes/Test_chibi_github_me.test_me_should_return_name_login.yaml +0 -82
  20. chibi_github-0.1.2/tests/cassettes/Test_chibi_github_me.test_me_should_return_user_data.yaml +0 -82
  21. chibi_github-0.1.2/tests/cassettes/Test_chibi_github_repo.test_all_repos_should_have_name.yaml +0 -114
  22. chibi_github-0.1.2/tests/cassettes/Test_chibi_github_repo.test_repo_url_should_be_a_api_inner.yaml +0 -114
  23. chibi_github-0.1.2/tests/cassettes/Test_chibi_github_repo.test_should_can_list_repo_of_user.yaml +0 -114
  24. chibi_github-0.1.2/tests/cassettes/Test_chibi_github_repo_create.test_create_and_delete_should_work.yaml +0 -154
  25. chibi_github-0.1.2/tests/cassettes/Test_chibi_github_repo_create.test_create_should_generate_a_new_repo.yaml +0 -85
  26. chibi_github-0.1.2/tests/cassettes/Test_chibi_github_repo_create.test_create_without_data_should_fail.yaml +0 -78
  27. chibi_github-0.1.2/tests/test_chibi_github.py +0 -127
  28. chibi_github-0.1.2/tests/urls.py +0 -37
  29. {chibi_github-0.1.2 → chibi_github-0.2.0}/AUTHORS.rst +0 -0
  30. {chibi_github-0.1.2 → chibi_github-0.2.0}/CONTRIBUTING.rst +0 -0
  31. {chibi_github-0.1.2 → chibi_github-0.2.0}/LICENSE +0 -0
  32. {chibi_github-0.1.2 → chibi_github-0.2.0}/README.rst +0 -0
  33. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github/chibi_github.py +0 -0
  34. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github/cli.py +0 -0
  35. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github/urls.py +0 -0
  36. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github.egg-info/dependency_links.txt +0 -0
  37. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github.egg-info/entry_points.txt +0 -0
  38. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github.egg-info/not-zip-safe +0 -0
  39. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github.egg-info/requires.txt +0 -0
  40. {chibi_github-0.1.2 → chibi_github-0.2.0}/chibi_github.egg-info/top_level.txt +0 -0
  41. {chibi_github-0.1.2 → chibi_github-0.2.0}/docs/Makefile +0 -0
  42. {chibi_github-0.1.2 → chibi_github-0.2.0}/docs/authors.rst +0 -0
  43. {chibi_github-0.1.2 → chibi_github-0.2.0}/docs/conf.py +0 -0
  44. {chibi_github-0.1.2 → chibi_github-0.2.0}/docs/contributing.rst +0 -0
  45. {chibi_github-0.1.2 → chibi_github-0.2.0}/docs/history.rst +0 -0
  46. {chibi_github-0.1.2 → chibi_github-0.2.0}/docs/index.rst +0 -0
  47. {chibi_github-0.1.2 → chibi_github-0.2.0}/docs/installation.rst +0 -0
  48. {chibi_github-0.1.2 → chibi_github-0.2.0}/docs/make.bat +0 -0
  49. {chibi_github-0.1.2 → chibi_github-0.2.0}/docs/readme.rst +0 -0
  50. {chibi_github-0.1.2 → chibi_github-0.2.0}/docs/usage.rst +0 -0
@@ -0,0 +1,18 @@
1
+ =======
2
+ History
3
+ =======
4
+
5
+ 0.2.0 ( 2025-09-20 )
6
+ --------------------
7
+
8
+ * cambio de comportamiento a usar excepciones cuando no es 2xx
9
+
10
+ 0.1.2 ( 2025-03-01 )
11
+ --------------------
12
+
13
+ * se cambio el token para usar Bearer y no Token
14
+
15
+ 0.0.1 ( 2020-07-08 )
16
+ --------------------
17
+
18
+ * First release on PyPI.
@@ -4,7 +4,7 @@ include HISTORY.rst
4
4
  include LICENSE
5
5
  include README.rst
6
6
 
7
- recursive-include tests *
7
+ recursive-exclude tests *
8
8
  recursive-exclude * __pycache__
9
9
  recursive-exclude * *.py[co]
10
10
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: chibi_github
3
- Version: 0.1.2
3
+ Version: 0.2.0
4
4
  Summary: libreria para usar github
5
5
  Home-page: https://github.com/dem4ply/chibi_github
6
6
  Author: dem4ply
@@ -23,6 +23,7 @@ Dynamic: description
23
23
  Dynamic: home-page
24
24
  Dynamic: keywords
25
25
  Dynamic: license
26
+ Dynamic: license-file
26
27
  Dynamic: requires-dist
27
28
  Dynamic: summary
28
29
 
@@ -61,12 +62,17 @@ Features
61
62
  History
62
63
  =======
63
64
 
64
- 0.1.2 (2025-03-01)
65
- ------------------
65
+ 0.2.0 ( 2025-09-20 )
66
+ --------------------
67
+
68
+ * cambio de comportamiento a usar excepciones cuando no es 2xx
69
+
70
+ 0.1.2 ( 2025-03-01 )
71
+ --------------------
66
72
 
67
73
  * se cambio el token para usar Bearer y no Token
68
74
 
69
- 0.0.1 (2020-07-08)
70
- ------------------
75
+ 0.0.1 ( 2020-07-08 )
76
+ --------------------
71
77
 
72
78
  * First release on PyPI.
@@ -5,4 +5,4 @@ from chibi_github.chibi_github import Github_api
5
5
  __all__ = [ 'Github_api' ]
6
6
  __author__ = """dem4ply"""
7
7
  __email__ = 'dem4ply@gmail.com'
8
- __version__ = '0.1.2'
8
+ __version__ = '0.2.0'
@@ -2,5 +2,6 @@ from chibi.config import configuration
2
2
 
3
3
  if not configuration.github.host:
4
4
  configuration.github.host = 'api.github.com'
5
+
5
6
  if not configuration.github.schema:
6
7
  configuration.github.schema = 'https'
@@ -0,0 +1,9 @@
1
+ class Error_bad_token( Exception ):
2
+ def __init__( self, response ):
3
+ self.response = response
4
+
5
+ def __str__( self ):
6
+ return (
7
+ "el token es incorrecto o esta expirado "
8
+ "https://github.com/settings/personal-access-tokens"
9
+ )
@@ -0,0 +1,29 @@
1
+ from chibi_requests import Response
2
+ from chibi_requests import status_code
3
+ from .serializers import Get_base as Get_serializer
4
+ from .exception import Error_bad_token
5
+
6
+
7
+ class Get( Response ):
8
+ serializer = Get_serializer
9
+ is_raise_when_no_ok = True
10
+
11
+ def raise_when_no_ok( self ):
12
+ if not self.is_raise_when_no_ok or self.ok:
13
+ return
14
+ http_error_msg = ""
15
+ if self.status_code == status_code.HTTP_401_UNAUTHORIZED:
16
+ raise Error_bad_token( response=self, )
17
+ super().raise_when_no_ok()
18
+
19
+
20
+ class Create( Get ):
21
+ @property
22
+ def ok( self ):
23
+ return self.status_code == 201
24
+
25
+
26
+ class Delete( Get ):
27
+ @property
28
+ def ok( self ):
29
+ return self.status_code == 204
@@ -20,7 +20,11 @@ class Parse_url( Schema ):
20
20
  url = Github_url()
21
21
 
22
22
 
23
- class Get_base( Parse_url ):
23
+ class Parse_status( Schema ):
24
+ status = fields.Integer( required=False )
25
+
26
+
27
+ class Get_base( Parse_url, Parse_status ):
24
28
 
25
29
  class Meta:
26
30
  unknown = INCLUDE
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: chibi_github
3
- Version: 0.1.2
3
+ Version: 0.2.0
4
4
  Summary: libreria para usar github
5
5
  Home-page: https://github.com/dem4ply/chibi_github
6
6
  Author: dem4ply
@@ -23,6 +23,7 @@ Dynamic: description
23
23
  Dynamic: home-page
24
24
  Dynamic: keywords
25
25
  Dynamic: license
26
+ Dynamic: license-file
26
27
  Dynamic: requires-dist
27
28
  Dynamic: summary
28
29
 
@@ -61,12 +62,17 @@ Features
61
62
  History
62
63
  =======
63
64
 
64
- 0.1.2 (2025-03-01)
65
- ------------------
65
+ 0.2.0 ( 2025-09-20 )
66
+ --------------------
67
+
68
+ * cambio de comportamiento a usar excepciones cuando no es 2xx
69
+
70
+ 0.1.2 ( 2025-03-01 )
71
+ --------------------
66
72
 
67
73
  * se cambio el token para usar Bearer y no Token
68
74
 
69
- 0.0.1 (2020-07-08)
70
- ------------------
75
+ 0.0.1 ( 2020-07-08 )
76
+ --------------------
71
77
 
72
78
  * First release on PyPI.
@@ -0,0 +1,33 @@
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/exception.py
14
+ chibi_github/response.py
15
+ chibi_github/serializers.py
16
+ chibi_github/urls.py
17
+ chibi_github.egg-info/PKG-INFO
18
+ chibi_github.egg-info/SOURCES.txt
19
+ chibi_github.egg-info/dependency_links.txt
20
+ chibi_github.egg-info/entry_points.txt
21
+ chibi_github.egg-info/not-zip-safe
22
+ chibi_github.egg-info/requires.txt
23
+ chibi_github.egg-info/top_level.txt
24
+ docs/Makefile
25
+ docs/authors.rst
26
+ docs/conf.py
27
+ docs/contributing.rst
28
+ docs/history.rst
29
+ docs/index.rst
30
+ docs/installation.rst
31
+ docs/make.bat
32
+ docs/readme.rst
33
+ docs/usage.rst
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.1.2
2
+ current_version = 0.2.0
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -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.1.2',
41
+ version='0.2.0',
42
42
  zip_safe=False,
43
43
  )
@@ -1,13 +0,0 @@
1
- =======
2
- History
3
- =======
4
-
5
- 0.1.2 (2025-03-01)
6
- ------------------
7
-
8
- * se cambio el token para usar Bearer y no Token
9
-
10
- 0.0.1 (2020-07-08)
11
- ------------------
12
-
13
- * First release on PyPI.
@@ -1,18 +0,0 @@
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
@@ -1,45 +0,0 @@
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,7 +0,0 @@
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'
@@ -1,82 +0,0 @@
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
@@ -1,82 +0,0 @@
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
@@ -1,82 +0,0 @@
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
@@ -1,82 +0,0 @@
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