- Denver, CO
-
19:41
(UTC -07:00) - nateharr.is
- @nwithan8
Highlights
Block or Report
Block or report nwithan8
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseEasyPost who enjoys writing API client libraries.
I’m a software engineer at Pinned
-
-
EasyPost/easyvcr-csharp Public
EasyVCR is a .NET library for recording and replaying HTTP interactions, packed with advanced features to customize your testing experience. Based on the great Scotch library.
-
EasyPost/easyvcr-java Public
EasyVCR is a Java library for recording and replaying HTTP interactions, packed with advanced features to customize your testing experience. Based on the EasyVCR .NET library.
Java 6
2,369 contributions in the last year
Activity overview
Contribution activity
January 2023
Created 107 commits in 22 repositories
Created 3 repositories
Created a pull request in EasyPost/easypost-csharp that received 10 comments
[chore] Add docs pages
Description Use docfx to generate docs pages from docstrings Add "make docs" step to Makefile Final product: Testing N/A Pull Request Type Ple…
Opened 36 other pull requests in 12 repositories
EasyPost/easypost-csharp
1
open
5
merged
EasyPost/examples
5
merged
nwithan8/tauticord
4
merged
EasyPost/easypost-ruby
4
merged
EasyPost/easyvcr-java
3
merged
EasyPost/easypost-php
3
merged
EasyPost/easypost-java
1
open
1
merged
EasyPost/easypost-node
2
merged
selfhosters/unRAID-CA-templates
1
closed
1
open
EasyPost/easypost-go
2
merged
SadFarm1/MediaServerGuard
1
merged
1
closed
nwithan8/easypost-extensions-java
1
merged
Reviewed 77 pull requests in 12 repositories
EasyPost/easypost-java
11 pull requests
- Drop automagical endpoint calculation, replace with explicit endpoints
- docs: adds link to lib docs to README
- bump example submodule and regenerate doc
- fix: bump easyvcr to fix vulnerabilities
- add retrieve payload(s) functions
- add retrieve all pickups function
- chore: prepare v6.1.0 for release
- add new billing functionality that allow user to add/refund payment
- add error prone and fix some potential bugs
- chore: remove community health files to use defaults instead
- chore: prepare v6.0.0 for release
EasyPost/easypost-csharp
10 pull requests
- [feat] Add stateless rating under beta
- [chore] Add docs pages
- fix: lib docs wording
- update example submodule
- feat: Add functions to retrieve event payload(s)
- fix: bump CI actions to upgrade to Node 16
- chore: prepare v4.2.0 for release
- feat: add payment method and refund functions
- Enable consistent static analysis
- chore: remove community health files to use defaults instead
EasyPost/easypost-node
10 pull requests
- fix: empty responses now return void
- fix: priority param name
- docs: adds library documentation link to README
- Bump deps major
- update example submodule and regenerate docs
- fix typescript
- add retrieve all pickups
- chore: prepare v5.9.0 for release
- add stripe refund and add payment functionalities
- chore: remove community health files to use defaults instead
EasyPost/easypost-php
9 pull requests
- docs: adds link to php docs
- fix: lowestSmartRate tests that are skipped
- update example submodule and docs
- fix: safer class names by using class builtins instead of strings
- chore: prepare v6.1.0 for release
- fix: typo in example and add TODO
- feat: adds new beta refund and add payment method functions
- chore: remove community health files to use defaults instead
- chore: prepare v6.0.0 for release
EasyPost/easypost-python
8 pull requests
- feat: add retrieve_stateless_rates function
- docs: adds lib docs link to README
- update example submodule and regenerate docs
- feat: adds retrieve event payload and payloads functions
- feat: add retrieve all pickups
- chore: prepare v7.8.0 for release
- feat: add payment method and refund functions
- chore: remove community health files to use defaults instead
EasyPost/easypost-go
7 pull requests
EasyPost/examples
7 pull requests
EasyPost/easypost-ruby
5 pull requests
selfhosters/unRAID-CA-templates
4 pull requests
EasyPost/easyvcr-java
3 pull requests
EasyPost/easyvcr-csharp
2 pull requests
EasyPost/.github
1 pull request
Created an issue in EasyPost/easypost-go that received 2 comments
Single or multiple codes when creating a refund
easypost-go/tests/refund_test.go Line 23 in effa70b All other client libraries accept a list of tracking codes, but this seems to take …