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
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 }}
335g
/
APIKit
Public
forked from
ishkawa/APIKit
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
APIKit
APIKit
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 4, 2016
Fix request building logic to use RequestBodyBuilder
toshi0383
committed
07d4d76
View commit details
Copy full SHA for 07d4d76
View code at this point
Browse repository at this point
Commits on Feb 15, 2016
Check for invalid JSON structure
toshi0383
committed
90f6877
View commit details
Copy full SHA for 90f6877
View code at this point
Browse repository at this point
Change arrayParameters to objectParameters
toshi0383
committed
0bd05ee
View commit details
Copy full SHA for 0bd05ee
View code at this point
Browse repository at this point
Add arrayParameters to RequestType protocol
toshi0383
committed
4876d3b
View commit details
Copy full SHA for 4876d3b
View code at this point
Browse repository at this point
Commits on Jan 12, 2016
Fix percent encoding issue
Takeru Chuganji
committed
a420a99
View commit details
Copy full SHA for a420a99
View code at this point
Browse repository at this point
Fix characterset
Takeru Chuganji
committed
6fb8f3d
View commit details
Copy full SHA for 6fb8f3d
View code at this point
Browse repository at this point
Commits on Dec 17, 2015
Merge pull request #116 from hoppenichu/fix_request_header
Show description for 1d1a618
ishkawa
committed
1d1a618
View commit details
Copy full SHA for 1d1a618
View code at this point
Browse repository at this point
fix block code style
Takeru Chuganji
committed
44ab48d
View commit details
Copy full SHA for 44ab48d
View code at this point
Browse repository at this point
Commits on Dec 16, 2015
rule handlers are invoked asynchronously
Show description for d22fea0
Takeru Chuganji
committed
d22fea0
View commit details
Copy full SHA for d22fea0
View code at this point
Browse repository at this point
fix request setter
Show description for 7609a61
Takeru Chuganji
committed
7609a61
View commit details
Copy full SHA for 7609a61
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
Change NSString to String suitable for Swift
WorldDownTown
committed
c5660c4
View commit details
Copy full SHA for c5660c4
View code at this point
Browse repository at this point
Commits on Nov 15, 2015
Use forEach
ishkawa
committed
559efcc
View commit details
Copy full SHA for 559efcc
View code at this point
Browse repository at this point
Move HTTPHeaderFields under parameters
ishkawa
committed
57f2dee
View commit details
Copy full SHA for 57f2dee
View code at this point
Browse repository at this point
Merge branch 'master' into feature/HTTP-header
ishkawa
committed
43e5ecf
View commit details
Copy full SHA for 43e5ecf
View code at this point
Browse repository at this point
Use renamed argument with available attribute
kitasuke
committed
2bc5f88
View commit details
Copy full SHA for 2bc5f88
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
stop calling parameters variable twice
mtsd
committed
fe669fb
View commit details
Copy full SHA for fe669fb
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
Change access level of RequestType.parseData() to public.
inamiy
committed
8df1f01
View commit details
Copy full SHA for 8df1f01
View code at this point
Browse repository at this point
Commits on Oct 20, 2015
Add HTTPHeaderFields to RequestType
ishkawa
committed
5f4bbd9
View commit details
Copy full SHA for 5f4bbd9
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
Make API unavailable for clarifying
ishkawa
committed
8a3c5c6
View commit details
Copy full SHA for 8a3c5c6
View code at this point
Browse repository at this point
Oh my trailing LF!
ishkawa
committed
d7c73ef
View commit details
Copy full SHA for d7c73ef
View code at this point
Browse repository at this point
Commits on Oct 17, 2015
Assign NSURLSession to instances of Session
ishkawa
committed
01694c5
View commit details
Copy full SHA for 01694c5
View code at this point
Browse repository at this point
Rename file: API.swift -> Session.swift
ishkawa
committed
81916bf
View commit details
Copy full SHA for 81916bf
View code at this point
Browse repository at this point
Rename API as Session
ishkawa
committed
51ccc17
View commit details
Copy full SHA for 51ccc17
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
Improve nullable keys handling, restore [String: AnyObject] for `parameters`
ikesyo
committed
ac3fc03
View commit details
Copy full SHA for ac3fc03
View code at this point
Browse repository at this point
Fix parameter type from [String:AnyObject] to [String:AnyObject?] for nullable value.
inamiy
committed
2e141ba
View commit details
Copy full SHA for 2e141ba
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
Rename Request protocol to RequestType for consistency with Swift standard library
ikesyo
committed
75233f3
View commit details
Copy full SHA for 75233f3
View code at this point
Browse repository at this point
Commits on Oct 3, 2015
Fix typo
ishkawa
committed
0e832b8
View commit details
Copy full SHA for 0e832b8
View code at this point
Browse repository at this point
Replace createTaskInURLSession() with buildURLRequest
ishkawa
committed
39f8c0d
View commit details
Copy full SHA for 39f8c0d
View code at this point
Browse repository at this point
Fix coding style
ishkawa
committed
e7e36f0
View commit details
Copy full SHA for e7e36f0
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
Escape via stringByAddingPercentEncodingWithAllowedCharacters
Show description for f04ab68
Kenta Tokumoto
committed
f04ab68
View commit details
Copy full SHA for f04ab68
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Escaping parameter key
pocket7878
committed
8290e54
View commit details
Copy full SHA for 8290e54
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
Make sendRequest() method static
ikesyo
committed
bbc96c5
View commit details
Copy full SHA for bbc96c5
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
Make cancelRequest() methods static
ikesyo
committed
4c5eb5d
View commit details
Copy full SHA for 4c5eb5d
View code at this point
Browse repository at this point
Make URLEncodedSerialization class final
ikesyo
committed
7979e9b
View commit details
Copy full SHA for 7979e9b
View code at this point
Browse repository at this point
Commits on Sep 4, 2015
Fixed an issue of baseURL
Show description for c86e023
Ono Masashi
committed
c86e023
View commit details
Copy full SHA for c86e023
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.