Skip to content
Permalink

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
Choose a base ref
...
head repository: olsh/todoist-net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 27 files changed
  • 2 contributors

Commits on Jul 10, 2024

  1. [Important] Switch to using GET instead of POST for GET-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.
    AhmedZaki99 authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    219e7ef View commit details
    Browse the repository at this point in the history
  2. 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.
    olsh committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d444c07 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. 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.
    AhmedZaki99 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    74b33a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Update dependencies

    olsh committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    ba59a15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b31271 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

  1. Implement deadlines (#60)

    * Implement deadlines
    
    * Fix build
    olsh authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    8cb0104 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    184e5f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cf5408 View commit details
    Browse the repository at this point in the history
Loading