-
Notifications
You must be signed in to change notification settings - Fork 16
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: olsh/todoist-net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: olsh/todoist-net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 27 files changed
- 2 contributors
Commits on Jul 10, 2024
-
[Important] Switch to using
GET
instead ofPOST
forGET
-only en……dpoints (#55) * Added `GetAsync` method for `TodoistClient` and `TodoistRestClient` classes. * Switched from `POST` to `GET` requests for the set of affected endpoints. * Updated `POST` methods' comments to make them more descriptive. * Re-ordered method declarations in the `TodoistClient` class. * Converted the `ProcessPostAsync` method to private in `TodoistClient`. And consequently, removed the `ProcessPostAsync` method from `IAdvancedTodoistClient`, for not being used publicly.
Configuration menu - View commit details
-
Copy full SHA for 219e7ef - Browse repository at this point
Copy the full SHA 219e7efView commit details -
Update Todoist.Net project and package versions
The Todoist.Net version has been updated from 7.0.0 to 8.0.0. Additionally, the System.Text.Json package version has been incremented from 8.0.3 to 8.0.4, and the xunit version in the Todoist.Net.Tests project has been upgraded from 2.8.1 to 2.9.0.
Configuration menu - View commit details
-
Copy full SHA for d444c07 - Browse repository at this point
Copy the full SHA d444c07View commit details
Commits on Aug 6, 2024
-
Add support for dependency injection's IHttpClientFactory. (#56)
* Added a constructor for `TodoistRestClient` that takes an `HttpClient` argument. * Added a `TodoistClientFactory` that builds `TodoistClients` with tokens. * Added an extension method to add the `TodoistClientFactory` to DI container. * Disabled the added extension method and its dependency for net462 target framework.
Configuration menu - View commit details
-
Copy full SHA for 74b33a5 - Browse repository at this point
Copy the full SHA 74b33a5View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba59a15 - Browse repository at this point
Copy the full SHA ba59a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b31271 - Browse repository at this point
Copy the full SHA 6b31271View commit details
Commits on Jan 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8cb0104 - Browse repository at this point
Copy the full SHA 8cb0104View commit details
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 184e5f7 - Browse repository at this point
Copy the full SHA 184e5f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf5408 - Browse repository at this point
Copy the full SHA 3cf5408View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.0.0...master