Open API

Open API

Jewel
How to integrate jewel to with your framework  To integrate Jewel reporting and to make use of the numerous services given by jewel, we require the "EnterPoint API," which will provide all of the URLs needed to access Jewel features.    API:- https://apis.gemecosystem.com/gemEcosystemDashboard/v1/enter-point  This API requires jewel username and bridgeToken as the authorization. (Prerequisite: Sign up on Jewel )  And as the response of this API, we will get different API URLs that can be further utilized.  Sample response:   {      "data": {          "jewel-url": "https://jewel.gemecosystem.com",          "email-api": "https://apis.gemecosystem.com/testExecution/v1/email",          "test-exe-api": "https://apis.gemecosystem.com/testExecution/v2/testcase",          "bucket-file-upload-api": "https://apis.gemecosystem.com/gemEcosystemS3/s3/v1/upload/file",          "jira-api": "https://apis.gemecosystem.com/gemEcosystemJira/v1/jira",          "file-viewer": "https://jewel.gemecosystem.com/#/file-viewer",          "bucket-data-upload-api": "https://apis.gemecosystem.com/gemEcosystemS3/s3/v1/upload/data",          "suite-exe-api": "https://apis.gemecosystem.com/testExecution/v2/suiteexe",          "azure-api": "https://apis.gemecosystem.com/gemEcosystemJira/v1/azure",   "pre-signed": "https://apis.gemecosystem.com/gemEcosystemS3/s3/v1/generatePreSigned"      },      "message": "1 Record Found",      "operation": "Success"  }  Listed below are the use cases for individual URLs:…
Read More