Skip to content

Can we make newUpdateRequest() function public? #58

@AdamGlazerMW

Description

@AdamGlazerMW

It'd be awesome to use this module to be able to update the indexes on each sheet, but the privateness of the function which creates updateRequest structs prevents this.

func newUpdateRequest(spreadsheet *Spreadsheet) (r *updateRequest, err error) {

Since all other methods on updateRequest are public too, it makes little sense to keep its constructor private actually.

Can we make this happen please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions