Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
automationhacks
/
course-api-framework-python
Public
Notifications
You must be signed in to change notification settings
Fork
116
Star
93
Code
Issues
0
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Chapter 2
- #12
#12
Open
ladame
wants to merge 21 commits into
automationhacks:example/02_making_http_requests
automationhacks/course-api-framework-python:example/02_making_http_requests
from
ladame:master
ladame/course-api-framework-python:master
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
Chapter 2
#12
ladame
wants to merge 21 commits into
automationhacks:example/02_making_http_requests
automationhacks/course-api-framework-python:example/02_making_http_requests
from
ladame:master
ladame/course-api-framework-python:master
Copy head branch name to clipboard
Commits
Commits on Dec 1, 2020
Replaced get methods assetions with assertpy's fluent assertion
Gaurav Singh
committed
2ca9964
View commit details
Copy full SHA for 2ca9964
Browse repository at this point
Commits on Dec 14, 2020
Added lxml dependency and covid_test.py to demo how to work with xml responses
Gaurav Singh
committed
657cf98
View commit details
Copy full SHA for 657cf98
Browse repository at this point
Commits on Dec 15, 2020
Added another test to show couple of ways we can get values from XML response using Xpath
Gaurav Singh
committed
d369979
View commit details
Copy full SHA for d369979
Browse repository at this point
Commits on Dec 22, 2020
- Added a json file to store the template for a request
Show description for d2d9252
Gaurav Singh
committed
d2d9252
View commit details
Copy full SHA for d2d9252
Browse repository at this point
Commits on Dec 25, 2020
Formatted json
Gaurav Singh
committed
701791c
View commit details
Copy full SHA for 701791c
Browse repository at this point
Commits on Dec 27, 2020
Added example of schema validation for Read all operation in people API
Gaurav Singh
committed
becf0d7
View commit details
Copy full SHA for becf0d7
Browse repository at this point
Commits on Dec 28, 2020
Extracted schema outside the functions and added a separate function to validate it for read one operation
Gaurav Singh
committed
2ed2046
View commit details
Copy full SHA for 2ed2046
Browse repository at this point
Updated schema tests to use assertpy fluent assertions to validate instead of printing on the console.
Gaurav Singh
committed
e8c0016
View commit details
Copy full SHA for e8c0016
Browse repository at this point
- Abstracted API methods into a people_client which makes use of a custom request wrapper instead of directly depending on requests
Show description for 6204734
Gaurav Singh
committed
6204734
View commit details
Copy full SHA for 6204734
Browse repository at this point
- Created BaseClient with default headers
Show description for e5fe846
Gaurav Singh
committed
e5fe846
View commit details
Copy full SHA for e5fe846
Browse repository at this point
Commits on Dec 29, 2020
Replaced specific method imports with *
Gaurav Singh
committed
8d2157d
View commit details
Copy full SHA for 8d2157d
Browse repository at this point
Updated README.md
Gaurav Singh
committed
77c7702
View commit details
Copy full SHA for 77c7702
Browse repository at this point
Commits on Jan 20, 2021
Added docker-compose for report portal
Gaurav Singh
committed
69034c7
View commit details
Copy full SHA for 69034c7
Browse repository at this point
Added report portal agent into dependencies and added config for local project in pytest.ini
Gaurav Singh
committed
dec1b56
View commit details
Copy full SHA for dec1b56
Browse repository at this point
Added logger in conftest.py and updated a test method to log to the console
Gaurav Singh
committed
33308f2
View commit details
Copy full SHA for 33308f2
Browse repository at this point
Commits on Feb 2, 2021
Updated docker-compose to generate report portal environment, Updated tests and pytest.ini file
Gaurav Singh
committed
b390b1b
View commit details
Copy full SHA for b390b1b
Browse repository at this point
Commits on Feb 23, 2021
- Added pytest-xdist to Pipfile
Show description for d4482fa
Gaurav Singh
committed
d4482fa
View commit details
Copy full SHA for d4482fa
Browse repository at this point
Updated readme
Gaurav Singh
committed
924e0fa
View commit details
Copy full SHA for 924e0fa
Browse repository at this point
Commits on Dec 13, 2021
Bump lxml from 4.6.2 to 4.6.5
Show description for c8dd36a
dependabot[bot]
authored
c8dd36a
View commit details
Copy full SHA for c8dd36a
Browse repository at this point
Commits on Mar 12, 2022
Merge pull request #7 from automationhacks/dependabot/pip/lxml-4.6.5
Show description for 7977ac5
automationhacks
authored
7977ac5
View commit details
Copy full SHA for 7977ac5
Browse repository at this point
Updated dependencies versions
Gaurav Singh
committed
046293f
View commit details
Copy full SHA for 046293f
Browse repository at this point
You can’t perform that action at this time.