Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

api testing python

import requests

respond = requests.get('https://api.github.com').json()
print(respond)
 
PREVIOUS NEXT
Tagged: #api #testing #python
ADD COMMENT
Topic
Name
9+6 =