Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oracle-samples/ofs-plugin-core

An abstract class to quickstart the development of plugins for Oracle Field Service. It provides a core functionality that can be extended as needed.
https://github.com/oracle-samples/ofs-plugin-core

ofs ofs-plugins ofsc oracle-field-service oracle-field-service-cloud

Last synced: about 2 months ago
JSON representation

An abstract class to quickstart the development of plugins for Oracle Field Service. It provides a core functionality that can be extended as needed.

Awesome Lists containing this project

README

        

# Oracle Field Service Plugin Core Library

This library provides an abstract class to quickstart the development of plugins for Oracle Field Service. It provides a core functionality that can be extended as needed.

An active environment of Oracle Field Service is needed to develop and execute plugins.

## Installation

1. If installing it from GitHub:

`npm install https://github.com/oracle-samples/ofs-plugin-core.git`

2. To use the library in your code:

`import {OFSPlugin} from "@ofs_users/plugin"`

## Documentation and examples

Please see the `docs/' directory for documentation and a simple example.

The main documentation for developing Oracle Field Service plugins is [here](https://docs.oracle.com/en/cloud/saas/field-service/fasdk/index.html)

## Contributing

This project welcomes contributions from the community. Before submitting a pull
request, please [review our contribution guide](./CONTRIBUTING.md).

## Security

Please consult the [security guide](./SECURITY.md) for our responsible security
vulnerability disclosure process.

## License

Copyright (c) 2023 Oracle and/or its affiliates.

Released under the Universal Permissive License v1.0 as shown at
.

ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE.  FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY.  IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK.