-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REST API v4: updates to conform with
aiida-core==1.0.0
The REST API is updated to `v4` to reflect the changes of the ORM of `aiida-core` in `v1.0.0`, especially in the available endpoints. The `calculations` and individual `data` endpoints have been removed. Added are the `processes` and `calcjobs` endpoints. The `visualization` endpoints, which were used by the Materials Cloud to retrieve data in a specific format that was derived from the basic node attributes and repository contents, has been changed to `derived_properties`. Also added the endpoints `repo_list` and `repo_contents` to get the available objects in a node's repository and their contents in the case of files. The `schema` endpoints have been replaced with `projectable_properties`. The `get_schema` class methods on various ORM classes have been deprecated as this functionality was used strictly by the REST API. Co-Authored-By: epassaro <elsa.passaro@epfl.ch>
- Loading branch information
Showing
36 changed files
with
2,073 additions
and
1,897 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.