-
Notifications
You must be signed in to change notification settings - Fork 151
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
Added a better logging mechanism to reach more details. #78
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
n0ise9914
changed the title
Added a better logging mechanism with more details.
Added a better logging mechanism to provide more details.
Oct 27, 2017
n0ise9914
changed the title
Added a better logging mechanism to provide more details.
Added a better logging mechanism to reach more details.
Oct 27, 2017
a-legotin
approved these changes
Oct 27, 2017
a-legotin
added a commit
that referenced
this pull request
Nov 5, 2017
* myget pre-release packages * standart 2.0 + package updates * Remove fallback version * Send direct message implementation (#74) * Send direct message * GetMediaCommentsAsync failed when caption is null * send message improvements * #75 get friendship status * travis ci, dotnet 2.0 * Removed framework version from travis * netstandard2.0 * Improved user info part of API * Access modifiers and general code refactoring * readme update * Adjusted explore feed (no pagination) * Clean up * Code inspection corrections * Added a better logging mechanism to reach more details. (#78) * Added a better loging mechanism with more details. * Linked to previous changes. * Update appveyor.yml * Adjusted logger * More corrections to logger * GetTagFeedAsync»InstaMedia»InstaUserShort should be InstaUser (#80) From log: api is proving whole fields of InstaUser * Explore feed add pagination * Add user story feed * Get story feed corrected * Save session data implemented * Change state saving to return stream * Added GetUserMediaAsync by user pk method. (#82) * GetTagFeedAsync»InstaMedia»InstaUserShort should be InstaUser From log: api is proving whole fields of InstaUser * Make InstaApi instantiable. * get user media by pk. * Update InstaApiBuilder.cs * Revert "Added GetUserMediaAsync by user pk method. (#82)" This reverts commit d138c93. * Added recent and ranked recipients * Added massaging demo sample
a-legotin
added a commit
that referenced
this pull request
Jan 6, 2018
* myget pre-release packages * standart 2.0 + package updates * Remove fallback version * Send direct message implementation (#74) * Send direct message * GetMediaCommentsAsync failed when caption is null * send message improvements * #75 get friendship status * travis ci, dotnet 2.0 * Removed framework version from travis * netstandard2.0 * Improved user info part of API * Access modifiers and general code refactoring * readme update * Adjusted explore feed (no pagination) * Clean up * Code inspection corrections * Added a better logging mechanism to reach more details. (#78) * Added a better loging mechanism with more details. * Linked to previous changes. * Update appveyor.yml * Adjusted logger * More corrections to logger * GetTagFeedAsync»InstaMedia»InstaUserShort should be InstaUser (#80) From log: api is proving whole fields of InstaUser * Explore feed add pagination * Add user story feed * Get story feed corrected * Save session data implemented * Change state saving to return stream * Added GetUserMediaAsync by user pk method. (#82) * GetTagFeedAsync»InstaMedia»InstaUserShort should be InstaUser From log: api is proving whole fields of InstaUser * Make InstaApi instantiable. * get user media by pk. * Update InstaApiBuilder.cs * Revert "Added GetUserMediaAsync by user pk method. (#82)" This reverts commit d138c93. * Added recent and ranked recipients * Added massaging demo sample * Add story converter * Improved logging and exception handling * Update README.md * Added docs, app key * #83. #88, #94 * Update README.md * Refactoring of converters, DTO classes set public, send message to unspecific thread * Update README.md * Update README.md * #98, #99, fixes for converters * #100, comparision of username corrected * 2FA, Upload photos as album, Collection support (#102) * 2FA Support Added Two-Factor Authentication support. * Added "Upload multiple photos in a new album" Added "Upload multiple photos in a new album" * Added "Get Collection from collection ID" Added "Get Collection from collection ID" * Added "Get Collections" Added "Get Collections" * Added "Create new collection" Added "Create new collection" * Added "Delete collection" Added "Delete collection" * Fix Fix * Little fix on summary * Handling and creating share link (#104) Added: Get media ID from a share link Added: Get share link from a media ID * Fix https://github.com/a-legotin/InstaSharper/issues/97 (#107) * Fix https://github.com/a-legotin/InstaSharper/issues/97 * remove unused class * Update README.md (#108) Features heading didn't have space. * Add edit collection * Clean up * Added Block/Unblock User (#110) Added the functionality to block and unblock a user by the given userId. * #113 added support of link, media types in direct inbox message * 117, fixed * Added location search * Added location feed * Move media related stuff to separate processor * Stuff moved to processors * Pagination added for followers/followings * Moved some more stuff to the separate processors * move remaining parts to processors * Improvements to location feed * Pagination improvements #106 * Cleanup + feed corrections * Samples project improved * Code cleanup, bump version, ci script
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi bro, i made some changes to reach more details from logs, because previous logging class didn't gave me enough permission to access low level properties.
Merge if changes accepted.