Skip to content

feature request: simplyRawApi paths #67

@Hoxolotl

Description

@Hoxolotl

So I was coding, and I needed to change a function called get().

it was in simplyRawApi.get().

Finding out in which base component it was took a bit of digging.

Suggestions:

  1. make it so that the builder changes "get()" to "componentName.get()" in the generated.html. This will make it so that the code in other places is easier to follow back to their respective components.

OR

  1. have the programmer name their Raw Api base components "componentName-get" and call it using simplyRawApi.componentName-get().

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions