Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oracle-samples/ofs-plugin-core
- Owner: oracle-samples
- License: upl-1.0
- Created: 2023-07-20T18:05:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T01:25:32.000Z (3 months ago)
- Last Synced: 2024-10-08T01:35:09.416Z (3 months ago)
- Topics: ofs, ofs-plugins, ofsc, oracle-field-service, oracle-field-service-cloud
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
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.