dev.azure.com/aidainnovazione0090/DeviceManager/_git/go-mod-core-contracts@v1.0.2/clients/doc.go (about) 1 /******************************************************************************* 2 * Copyright 2019 Dell Inc. 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 5 * in compliance with the License. You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software distributed under the License 10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 11 * or implied. See the License for the specific language governing permissions and limitations under 12 * the License. 13 *******************************************************************************/ 14 15 /* 16 Package clients provides REST-based integration with the core APIs of the EdgeX Foundry platform. 17 18 Each individual service client can be found in its respective package within clients. View the Subdirectories section 19 below for more information. 20 21 While it is certainly possible to utilize the exported functions in this package to make calls to a given service, it 22 is recommended (unless you really specifically know what you're doing) to use the service clients instead. The functions 23 here are exported primarily for the use of the service clients. 24 */ 25 package clients