Rename NB_API_QUERY_URL
to NB_API_URL
or similar
#82
Labels
flag:schedule
Flag issue that should go on the roadmap or backlog.
refactor
Simplifying or restructuring existing code or documentation.
NB_API_QUERY_URL
can be slightly confusing because it:/query
endpoint for the API, rather it is the base URL for the API which endpoints are appended toTo improve clarity and prevent confusion with
NB_QUERY_APP_BASE_PATH
, maybe we can consider renaming this to simplyNB_API_URL
orNB_FAPI_URL
to be even more explicit.The text was updated successfully, but these errors were encountered: