-
Notifications
You must be signed in to change notification settings - Fork 7
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
Migrate existing endpoints #12
Comments
agoscinski
added a commit
to agoscinski/aiida-restapi
that referenced
this issue
Jul 25, 2024
This endpoint needed to be implemented on the FastAPI side as graphql does not all dynamic field entries. An implementation on the GraphQL would require to change the format of the output of download_formats from the old restapi. I moved part of the code of aiida.restapi.common.identifiers and aiida.restapi.common.exceptions to this repo that is required to get all download formats. Fixes subpoints of issues aiidateam#69 and aiidateam#12
agoscinski
added a commit
to agoscinski/aiida-restapi
that referenced
this issue
Nov 20, 2024
I moved part of the code of aiida.restapi.common.identifiers and aiida.restapi.common.exceptions to this repo that is required to get all download formats. Fixes subpoints of issues aiidateam#69 and aiidateam#12.
agoscinski
added a commit
to agoscinski/aiida-restapi
that referenced
this issue
Nov 20, 2024
I moved part of the code of aiida.restapi.common.identifiers and aiida.restapi.common.exceptions to this repo that is required to get all download formats. Fixes subpoints of issues aiidateam#69 and aiidateam#12.
agoscinski
added a commit
to agoscinski/aiida-restapi
that referenced
this issue
Nov 20, 2024
I moved part of the code of aiida.restapi.common.identifiers and aiida.restapi.common.exceptions to this repo that is required to get all download formats. Fixes subpoints of issues aiidateam#69 and aiidateam#12.
agoscinski
added a commit
to agoscinski/aiida-restapi
that referenced
this issue
Nov 20, 2024
I moved part of the code of aiida.restapi.common.identifiers and aiida.restapi.common.exceptions to this repo that is required to get all download formats. Fixes subpoints of issues aiidateam#69 and aiidateam#12.
agoscinski
added a commit
to agoscinski/aiida-restapi
that referenced
this issue
Nov 20, 2024
I moved part of the code of aiida.restapi.common.identifiers and aiida.restapi.common.exceptions to this repo that is required to get all download formats. Fixes subpoints of issues aiidateam#69 and aiidateam#12.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and also the tests (see #4)
from a call to the current API:
The text was updated successfully, but these errors were encountered: