GithubHelp home page GithubHelp logo

URL introspection? about client-js HOT 3 CLOSED

smart-on-fhir avatar smart-on-fhir commented on August 19, 2024
URL introspection?

from client-js.

Comments (3)

vlad-ignatov avatar vlad-ignatov commented on August 19, 2024

Unfortunately I won't be able to consider this soon (too many other projects in the queue). However, I think client.state.serverUrl is what you are looking for.

FYI: Yo can find a lot in client.state - https://github.com/smart-on-fhir/client-js/blob/master/src/types.d.ts#L226-L310

from client-js.

vlad-ignatov avatar vlad-ignatov commented on August 19, 2024

Having something like SMART.getCurrentUrl(); is not possible because that would be a "global level" method. One can have different Client instances for different server URLs, so this should be a client method. Also, there could be other state properties that you might be interested in.

With that said, in v2.3.5 there is new client method called getState(). Examples:

client.getState(); // -> the entire state object
client.getState("serverUrl"); // -> the URL we are connected to
client.getState("tokenResponse.patient"); // -> The selected patient ID (if any)

Note that trying to access client.state.tokenResponse.patient directly can throw an error if there is no tokenResponse. If you use client.getState("tokenResponse.patient"); instead, it should just return undefined (without throwing an error) which should be more convenient.

from client-js.

plynchnlm avatar plynchnlm commented on August 19, 2024

I was looking for this too. Thanks for posting the "client.state.serverUrl" solution!

from client-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.