-
Notifications
You must be signed in to change notification settings - Fork 59
Added Serilog ILogger.Debug for logging the HTTP Responses #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
DeleteRepository returns HttpStatusCode instead of Repository.
* Added PostBranch * Added ListBranch
UserEndPoint: Added GetEmails POCOS : + Added Email/ Group/ LinkConfigurations/ Member/ Project/ ProjectPostParams + Modified Branch / Branchrestriction / Repository / User
This reverts commit dfcb474.
public string slug { get; set; }
|
It seems that you have implemented new endpoints and resources for the V2 API which is appreciated Can you clean up your pull request to just the support of the new endpoints and resources ? |
|
Take a look at https://github.com/damianh/LibLog you are not depending on one particular logging framework then |
|
I didn't know liblog but it seems effectively a interesting solution to not expose dependency to a specific logging framework but it's not done with that lib yet in that pull request, and I would prefer to validate separate pull requests, one for adding a log support, and one for adding support of new endpoints |
RequestExecutor.cs
Sharpbucket.cs
EndPoint.cs
repositoriesEndPoint
Repository Resource
TeamEndPoin : Added PostProject/ ListProjects / GetProject …
UserEndPoint: Added GetEmails
POCOS :