question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support visibility labels in discovery requests

See original GitHub issue

If I am part of an early access program, then I might have to specify a specific labels URL parameter in order to get access to pre-release features or APIs. Today, if I want to do this, I have to do something like

my_client = apiclient.discovery.build(
    'someapi',
    'v1alpha1',
    discoveryServiceUrl=apiclient.discovery.V2_DISCOVERY_URI + '&labels=TRUSTED_TESTER_FEATURE',
    developerKey=my_developer_key)

It would be appreciated if labels [sic] were a parameter to build so I don’t have to think about manual changes to the default discovery service URL logic.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Capstancommented, Jun 4, 2020

I sent you a pointer in email to internal documentation. Sadly, there doesn’t be any public docs, but that might just be because early adopters are often NDAed and the docs remain private.

Apparently, there are alternatives documented in the internally-visible-only section of https://cloud.google.com/apis/docs/system-parameters, but I haven’t tried them yet.

0reactions
partheacommented, Mar 4, 2021

Hi @Capstan, I closed a lot of issues yesterday as part of an effort to cleanup the backlog as some issues were obsolete. I’ll re-open this issue and see if we can move it forward. Are you by any chance interested in submitting a PR for the feature?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Discovery Customer Settings - Ex Libris Knowledge Center
The Controlled Vocabulary service is an external Primo service (similar to AutoComplete) that expands user searches with words and phrases that ...
Read more >
Control topic discovery and visibility
Admins and topic authors can enable Virtual Agent to discover topics for use in chats, include a topic in the list users see,...
Read more >
Web visibility program | Meet people where they start ... - OCLC
Get your library discovered today​​ Our web visibility program helps people find your collections more easily on the web. That means an increase...
Read more >
Rule 26. Duty to Disclose; General Provisions Governing ...
By order or local rule, the court may also limit the number of requests under ... While the old chancery practice limited discovery...
Read more >
App Discovery Report - Cisco Umbrella Documentation
Labels within the App Discovery report are used to help review apps in your environment. ... The DNS requests made by a high-risk...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found