intersystems / intersystems/isc-rest

Annotating the `GET /entity` (ie GetCollection) query for a resource that extends ` %pkg.isc.rest.model.resource`

Open
#14 5 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
ObjectScript
Stars
5
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Hi, we have defined a resource that extends `%pkg.isc.rest.model.resource`. We have our own custom query parameters that our resource uses in
```objectscript
GetCollection(ByRef params, selectMode As %Integer)
```
We need to document this method so that we can describe the set of valid query parameters.
How can we document this method so that the Open API generator will produce this custom documentation?

Can we create an action map whose name is null?
```objectscript

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.