Skip to content
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

Many Fixes and Improvements #9

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Aug 10, 2022

  1. Fixed object handling for single object responses.

    Added support for v1.9
    brazabr committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    516fc6f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    5ac1487 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Fix Compile

    rafaelsc committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    a909d6a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Add IEnumerator

    rafaelsc committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    e5f89c0 View commit details
    Browse the repository at this point in the history
  2. Use netstandard2.1

    rafaelsc committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    e335a27 View commit details
    Browse the repository at this point in the history
  3. Add IEnumerable

    rafaelsc committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    b3f9c49 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Updates

    rafaelsc committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    e0ec09b View commit details
    Browse the repository at this point in the history
  2. Fix Typo

    rafaelsc committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    87ac81c View commit details
    Browse the repository at this point in the history
  3. Use netstandard2.0

    rafaelsc committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    3a41c0b View commit details
    Browse the repository at this point in the history
  4. Fix Rets Autentication on net48

    Return if Connection was Successfully.
    Allow have a RAW rests query, that will be used insted the generated query by the ParameterGroup
    SearchResult can tell if more Results avaliable on the server after a result. (Server return paginated results)
    Allow SearchResult return the Total Server Count of a Query. (No data, just the number of results will be avalible)
    Allow Request have Offset to return the next page of results.
    Refactor
    Code Format
    Easy code to debug
    rafaelsc committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    fd3d987 View commit details
    Browse the repository at this point in the history
  5. Use netstandard2.0

    rafaelsc committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    51c5cdf View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Add Comment

    rafaelsc committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a557622 View commit details
    Browse the repository at this point in the history
  2. Remove Dead Code

    rafaelsc committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    306ea76 View commit details
    Browse the repository at this point in the history