You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
The bel.rb gem provide a completion API that can autocomplete BEL terms. Currently the implementation hard-codes a BEL 1.0 language specification. The completion APIs should be given a language specification to use when completing. This will allow a user to complete terms for BEL 1.0, 2.0, and up.
Tasks
Add bel_parser as a runtime gem dependency to bel.rb.
Motivation
The bel.rb gem provide a completion API that can autocomplete BEL terms. Currently the implementation hard-codes a BEL 1.0 language specification. The completion APIs should be given a language specification to use when completing. This will allow a user to complete terms for BEL 1.0, 2.0, and up.
Tasks
/api/completion
route in OpenBEL API to pass the configured BEL specification to the completion API (defined by bel.rb).The text was updated successfully, but these errors were encountered: