This repository contains the Treasure Searching APIs code for searching the data provided by the Core Treasure JS.
For getting started using the treasurejs search apis. Follow the below steps:
- Install the postman for hitting the API EndPoint. If you don't have you can install it here.
- For doing the sample request open the postman.
- Copy the url
https://treasurejsapi.herokuapp.com/api/v2/search
in Enter Request URL box - Click on params and add below key values
find: async
exact: true
- After entering your url will become
https://treasurejsapi.herokuapp.com/api/v2/search?find=async&exact=true
- Select the request method as GET and send the request.
- See the API Reference Documentation and append the api path after the url like:
https://treasurejsapi.herokuapp.com/api/v1/search/description
Select the langauge which you want to hit our apis below:
For API reference see our website.
See the full details here
This project uses MIT LICENSE
Copyright ©️ 2020 TechOUs