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

Development backend v0.2.3 #21

Merged
merged 11 commits into from
May 23, 2024
Merged

Commits on May 21, 2024

  1. chore: Updated the DartClient with some enhancements to sync with the…

    … backend:
    
    - Updated the version of the package.
    - Installed 'dotenv' to manage the environment variables, e.g. the base url.
    - Moded the static 'BASEURL' to '.env'.
    - Connected over the deployed instance.
    - Updated the 'Auth' example.
    Mahmoud-Emad committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4f133b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d45689 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    f07212d View commit details
    Browse the repository at this point in the history
  2. chore: Working on the dart client:

    - Working on updating all scripts.
    - Working on updating the structure of the classes to return the service class to provide access.
    - Working on updating the docs.
    Mahmoud-Emad committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9200072 View commit details
    Browse the repository at this point in the history
  3. v1.3.4

    Mahmoud-Emad committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d4dadad View commit details
    Browse the repository at this point in the history
  4. chore: Updated the Auth module with some enhancements:

    - Replaced the http request with the 'SwitchKeysRequest.call' helper.
    - Created a private method '_authenticate' and do the request inside to avoid code duplication.
    - Added a docstring for the Auth module.
    - Updated the 'organization' example.
    Mahmoud-Emad committed May 22, 2024
    Configuration menu
    Copy the full SHA
    85bb014 View commit details
    Browse the repository at this point in the history
  5. chore: Updated the organization example script with most of the organ…

    …ization module method that can be used in development:
    
    - Replaced all http methods with the new caller helper.
    - Updated the '_readResponse' method in the 'SwitchKeysRequest' caller with the 'delete' response.
    - Tested all of the organization module methods and all working fine against the deployed instance of the seitchkeys api.
    Mahmoud-Emad committed May 22, 2024
    Configuration menu
    Copy the full SHA
    186cc98 View commit details
    Browse the repository at this point in the history
  6. fix: Fixed an issue with loading project environment, fixed an issue …

    …with the newly implemented logout method:
    
    - Implemented a new helper method for logging out the user after using the examples.
    - Updated the defualt project environments.
    - Updated the parsing of the environments.
    - Updated the auth, organization, and projects examples.
    Mahmoud-Emad committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a9ef277 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    63da745 View commit details
    Browse the repository at this point in the history
  2. chore: Updated the dart client with some missing methods, fixed some …

    …issues with old routes, implemented new types, removed old and unneeded types.
    Mahmoud-Emad committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7f99072 View commit details
    Browse the repository at this point in the history
  3. chore: Removed the duplicated line of initializing database, Updated …

    …all zinit scripts with logs.
    Mahmoud-Emad committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a4ded9b View commit details
    Browse the repository at this point in the history