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

Define model and refactor ApiClient #59

Merged
merged 24 commits into from
Sep 26, 2024
Merged

Define model and refactor ApiClient #59

merged 24 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. Add Post model

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    138bdab View commit details
    Browse the repository at this point in the history
  2. Rename files and types

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b9403a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1a6702 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be46f23 View commit details
    Browse the repository at this point in the history
  5. Use post model in parser

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8baf2d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    297baee View commit details
    Browse the repository at this point in the history
  7. Extract logic to function

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    05f2a76 View commit details
    Browse the repository at this point in the history
  8. Rename file

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    caad346 View commit details
    Browse the repository at this point in the history
  9. Add SiteSettings model

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bcb7428 View commit details
    Browse the repository at this point in the history
  10. Add updateSiteSettings()

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8b8c260 View commit details
    Browse the repository at this point in the history
  11. Add PostsApi

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    55618d6 View commit details
    Browse the repository at this point in the history
  12. Add SettingsApi

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    aeafed3 View commit details
    Browse the repository at this point in the history
  13. Rename files

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    182aa9e View commit details
    Browse the repository at this point in the history
  14. Improve naming

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4723ddb View commit details
    Browse the repository at this point in the history
  15. Rename file

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ba360f5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    636d41a View commit details
    Browse the repository at this point in the history
  17. Rename interface

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1c12d15 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e9fdd86 View commit details
    Browse the repository at this point in the history
  19. Remove unneeded functions

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    086a342 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7179e0e View commit details
    Browse the repository at this point in the history
  21. Use camelCase

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5ae2a2d View commit details
    Browse the repository at this point in the history
  22. Add User model

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    72883b9 View commit details
    Browse the repository at this point in the history
  23. Organize imports

    psrpinto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8815231 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    57f9011 View commit details
    Browse the repository at this point in the history