Skip to content

Change naming of API path variable from query to path #259

Closed
@bidoubiwa

Description

@bidoubiwa

In this example, we use let query to define the API path. As per this comment: #248 (comment)

We should change the wording from query to path everywhere query is used to define a path to an API route.

Example:

let query: String = "/indexes/\(uid)/documents/\(identifier)"

Should become
let path

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions