Skip to content

TECHOUS/TreasureApis

Repository files navigation

TREASURE APIS

This repository contains the Treasure Searching APIs code for searching the data provided by the Core Treasure JS.

Supported Languages

Getting Started

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

Examples

Select the langauge which you want to hit our apis below:

API Reference Documentation

For API reference see our website.

Contributing to Treasure APIs

See the full details here

LICENSE

This project uses MIT LICENSE

Copyright ©️ 2020 TechOUs