Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a gradle task to scaffold new feature services #100

Open
mitchshepherd opened this issue Jan 19, 2023 · 0 comments
Open

Add a gradle task to scaffold new feature services #100

mitchshepherd opened this issue Jan 19, 2023 · 0 comments

Comments

@mitchshepherd
Copy link

Something like newService with the following parameters:

name - The service name
configName (optional) - [string] A top-level configuration name that services can be grouped under. If not specified the service name will be used for the config name.
searchApi (optional) - [true|false] Whether or not the service should have a configuration to support the MarkLogic search API. This is used primarily by the ArcGIS Pro add-in. Defaults to false.
Note

Service name must be a string that is a valid part of a URL path. There should be more checks to make sure this is the case but there are not right now.

Copied issue from koop-provider-marklogic by jkerr5 commented on Jul 18, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant