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

3035 improve rest api syntax #3047

Merged
merged 4 commits into from
Dec 18, 2023
Merged

3035 improve rest api syntax #3047

merged 4 commits into from
Dec 18, 2023

Conversation

martmull
Copy link
Contributor

Close #3035
Close #2935

  • remove edges/node from REST API responses
  • remove edges/node from Open-api specifications
  • fix broken depth parameter
  • Update REST API endpoint in documentation

@martmull martmull marked this pull request as ready for review December 18, 2023 09:01
Copy link
Member

@charlesBochet charlesBochet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@@ -0,0 +1,53 @@
import { cleanGraphQLResponse } from 'src/core/api-rest/api-rest.controller.utils';

describe('cleanGraphQLResponse', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@martmull martmull merged commit 576492f into main Dec 18, 2023
14 checks passed
@martmull martmull deleted the 3035-improve-rest-api-syntax branch December 18, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve REST API syntax Fix depth parameter in api-rest
2 participants