Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Falcon Currently exposes several low level rest api for graph db to users e.g. you can query for a particular vertex id. Since ids are numerical, it doesn't make sense to expose these API to users.
These API are useful for building more meaningful features for users / administrators but they are themselves not useful for users. Having these low level API adds more verbosity to the API without providing any useful features for the external users.
I intend to remove exposure of these API as REST endpoints but keep the code.