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

Issue/59 #61

Merged
merged 19 commits into from
Jun 19, 2024
Merged

Issue/59 #61

merged 19 commits into from
Jun 19, 2024

Conversation

thibault-cne
Copy link
Member

@thibault-cne thibault-cne commented Jun 19, 2024

Description

Changed the API style from RESTfull to GraphQL. All tests have been ported, rate limiting middleware and caching middlewares have been deleted to prepare for the microservices architecture.

  • ported every endpoint to a GraphQL graph
  • ported every tests to work with graphql
  • removed rate limiting and caching middlewares
  • added graphql configuration to the config file
  • renamed necessary files and struct to meet the new project name

Related Issue

Issue #59

Motivation and Context

How Has This Been Tested?

Checklist

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

@thibault-cne thibault-cne added enhancement Modify an existing feature feature Need a new feature labels Jun 19, 2024
@thibault-cne thibault-cne added this to the Version v0.2.0 milestone Jun 19, 2024
@thibault-cne thibault-cne self-assigned this Jun 19, 2024
@thibault-cne thibault-cne linked an issue Jun 19, 2024 that may be closed by this pull request
1 task
@thibault-cne thibault-cne merged commit 780ff25 into master Jun 19, 2024
4 checks passed
@thibault-cne thibault-cne deleted the issue/59 branch June 19, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Modify an existing feature feature Need a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Take a look into graphQL
1 participant