-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on May 21, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4f133b6 - Browse repository at this point
Copy the full SHA 4f133b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d45689 - Browse repository at this point
Copy the full SHA 7d45689View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f07212d - Browse repository at this point
Copy the full SHA f07212dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9200072 - Browse repository at this point
Copy the full SHA 9200072View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4dadad - Browse repository at this point
Copy the full SHA d4dadadView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 85bb014 - Browse repository at this point
Copy the full SHA 85bb014View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 186cc98 - Browse repository at this point
Copy the full SHA 186cc98View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a9ef277 - Browse repository at this point
Copy the full SHA a9ef277View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63da745 - Browse repository at this point
Copy the full SHA 63da745View commit details -
chore: Updated the dart client with some missing methods, fixed some …
…issues with old routes, implemented new types, removed old and unneeded types.
Configuration menu - View commit details
-
Copy full SHA for 7f99072 - Browse repository at this point
Copy the full SHA 7f99072View commit details -
chore: Removed the duplicated line of initializing database, Updated …
…all zinit scripts with logs.
Configuration menu - View commit details
-
Copy full SHA for a4ded9b - Browse repository at this point
Copy the full SHA a4ded9bView commit details