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

Implement ApiClient for all endpoints #18

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Commits on Apr 4, 2024

  1. Implement ApiClient for all endpoints

    Change delete endpoints to only take the id of the object to delete.
    Change delete endpoints to use the HTTP DELETE method.
    
    Add protocol objects to the frontend for talking to the backend.
    Use kotlin coroutines instead of callbacks for the ApiClient.
    
    Create tests that connect to http://localhost:3000 and tests with the
    backend.
    mads256h committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cf74d68 View commit details
    Browse the repository at this point in the history