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
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 }}
githubmo
/
github
Public
forked from
piotrmurach/github
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
github
lib
github_api
api.rb
on
request
User selector
All users
All time
Commit history
Commits on Nov 10, 2012
Add request actions to api.
piotrmurach
committed
892baa0
View commit details
Copy full SHA for 892baa0
View code at this point
Browse repository at this point
Commits on Oct 27, 2012
Remove user and repo params update and make options setting private.
piotrmurach
committed
3673f72
View commit details
Copy full SHA for 3673f72
View code at this point
Browse repository at this point
Add option setter to be used in api interface.
piotrmurach
committed
1003f42
View commit details
Copy full SHA for 1003f42
View code at this point
Browse repository at this point
Commits on Jul 28, 2012
Add requests to check ratelimit.
piotrmurach
committed
31715bc
View commit details
Copy full SHA for 31715bc
View code at this point
Browse repository at this point
Remove dead code.
piotrmurach
committed
9bef926
View commit details
Copy full SHA for 9bef926
View code at this point
Browse repository at this point
Drop user parameter merging.
piotrmurach
committed
6cc63ed
View commit details
Copy full SHA for 6cc63ed
View code at this point
Browse repository at this point
Commits on Jul 16, 2012
Simplify and refactor api initialization.
piotrmurach
committed
1f05d05
View commit details
Copy full SHA for 1f05d05
View code at this point
Browse repository at this point
Commits on Jul 15, 2012
Ensure proper instantiation of api classes.
piotrmurach
committed
0488603
View commit details
Copy full SHA for 0488603
View code at this point
Browse repository at this point
Commits on Jul 2, 2012
Add markdown api requests.
piotrmurach
committed
44170b4
View commit details
Copy full SHA for 44170b4
View code at this point
Browse repository at this point
Commits on Jun 24, 2012
Update api with new module load paths.
piotrmurach
committed
210f1a4
View commit details
Copy full SHA for 210f1a4
View code at this point
Browse repository at this point
Commits on Jun 9, 2012
Remove code already extracted to core exts, update emails api.
piotrmurach
committed
493858a
View commit details
Copy full SHA for 493858a
View code at this point
Browse repository at this point
Commits on Mar 18, 2012
Abstract away and modularize validations to prevent unnecessary requests.
piotrmurach
committed
6c4e883
View commit details
Copy full SHA for 6c4e883
View code at this point
Browse repository at this point
Commits on Mar 12, 2012
Change user emails api method calls, fix bug with delete_email, add specs.
piotrmurach
committed
a82f425
View commit details
Copy full SHA for a82f425
View code at this point
Browse repository at this point
Commits on Feb 5, 2012
Remove filtering helpers from main api.
piotrmurach
committed
cf97aa7
View commit details
Copy full SHA for cf97aa7
View code at this point
Browse repository at this point
Commits on Feb 4, 2012
Remove api class instantiator.
piotrmurach
committed
0bd8b02
View commit details
Copy full SHA for 0bd8b02
View code at this point
Browse repository at this point
Move api validation into their own module.
piotrmurach
committed
1b8f86d
View commit details
Copy full SHA for 1b8f86d
View code at this point
Browse repository at this point
Change api helper to search for nested hash keys.
piotrmurach
committed
e4ef26b
View commit details
Copy full SHA for e4ef26b
View code at this point
Browse repository at this point
Commits on Feb 2, 2012
Fix bug with login, password params setting for api components.
piotrmurach
committed
22ae98d
View commit details
Copy full SHA for 22ae98d
View code at this point
Browse repository at this point
Add api client initialization for api components.
piotrmurach
committed
5ec0b57
View commit details
Copy full SHA for 5ec0b57
View code at this point
Browse repository at this point
Commits on Jan 21, 2012
Comment out custom mime types, needs separate treatment.
piotrmurach
committed
f5dcd6f
View commit details
Copy full SHA for f5dcd6f
View code at this point
Browse repository at this point
Commits on Jan 18, 2012
Add api rest actions introspection methods.
piotrmurach
committed
80cbbdd
View commit details
Copy full SHA for 80cbbdd
View code at this point
Browse repository at this point
Commits on Jan 14, 2012
Extend main api filter to accept pagination params.
piotrmurach
committed
b5c3e51
View commit details
Copy full SHA for b5c3e51
View code at this point
Browse repository at this point
Extend api with new pagination and jscon setters.
piotrmurach
committed
d552ad1
View commit details
Copy full SHA for d552ad1
View code at this point
Browse repository at this point
Commits on Jan 8, 2012
Add ability to set per_page and jsonp callback, add methods for clearing api keys.
piotrmurach
committed
7bb2b79
View commit details
Copy full SHA for 7bb2b79
View code at this point
Browse repository at this point
Commits on Jan 3, 2012
Remove dead code and add docs.
piotrmurach
committed
a2a808e
View commit details
Copy full SHA for a2a808e
View code at this point
Browse repository at this point
Commits on Jan 1, 2012
Modify parameters filtering method to accept deep nested hashes with arrays.
piotrmurach
committed
f53003d
View commit details
Copy full SHA for f53003d
View code at this point
Browse repository at this point
Add support for block parameter passing.
piotrmurach
committed
92880a1
View commit details
Copy full SHA for 92880a1
View code at this point
Browse repository at this point
Commits on Nov 19, 2011
Add compatibility whne library loaded.
piotrmurach
committed
49a4baf
View commit details
Copy full SHA for 49a4baf
View code at this point
Browse repository at this point
Commits on Oct 29, 2011
Add authorization dsl for easy oauth token generation, remove unnecessary code.
piotrmurach
committed
d2b695e
View commit details
Copy full SHA for d2b695e
View code at this point
Browse repository at this point
Add mime type parameter suppport for the APIs that support it.
piotrmurach
committed
d072517
View commit details
Copy full SHA for d072517
View code at this point
Browse repository at this point
Add mime types to main github api.
piotrmurach
committed
2ddc05c
View commit details
Copy full SHA for 2ddc05c
View code at this point
Browse repository at this point
Commits on Oct 22, 2011
Add aliases to main apis in client, add options processing.
piotrmurach
committed
ca70602
View commit details
Copy full SHA for ca70602
View code at this point
Browse repository at this point
Add type of events in repos hook api.
piotrmurach
committed
66948c5
View commit details
Copy full SHA for 66948c5
View code at this point
Browse repository at this point
Commits on Oct 19, 2011
Hide private bits from rdoc.
piotrmurach
committed
7e9ec42
View commit details
Copy full SHA for 7e9ec42
View code at this point
Browse repository at this point
Commits on Oct 13, 2011
Fix utility method for filtering request params.
piotrmurach
committed
a3b4a80
View commit details
Copy full SHA for a3b4a80
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.