Esri / hub.js

TypeScript wrappers for talking to ArcGIS Hub
https://esri.github.io/hub.js/
Apache License 2.0
33 stars 13 forks source link

fix(): for POC add query string returned with hubSearch #1652

Open jordantsanz opened 2 weeks ago

jordantsanz commented 2 weeks ago

DO NOT MERGE -- for POC usage only.

  1. Description:

  2. Instructions for testing:

  3. Closes Issues: # (if appropriate)

  4. [ ] Updated meaningful TSDoc to methods including Parameters and Returns, see Documentation Guide

  5. [ ] used semantic commit messages

  6. [ ] PR title follows semantic commit format (CRITICAL if the title is not in a semantic format, the release automation will not run!)

  7. [ ] updated peerDependencies as needed. CRITICAL our automated release system can not be counted on to update peerDependencies so we must do it manually in our PRs when needed. See the updating peerDependencies section of the release instructions for more details.