Skip to content

API change: from arbitrary function arguments to objects with named properties #159

@jmrog

Description

@jmrog

A number of the stardog.js methods accept 5 or more (often optional) arguments, making it necessary to do things like pass undefined for intermediate arguments, remember the argument order while scanning source code, etc. The API would be much nicer if these methods instead accepted POJOs optional properties. Of course, that would be a big breaking change, so it's for v2.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions