-
Some Salesforce API functionality is only supported by SOAP, rather than in the REST API. We don't have a sense of exactly what functionality this is, as we haven't run into the need for any of it.
…
-
#### This is a:
- [ ] Bug report (non-security related)
- [ ] Feature request
- [x] I'm not sure which of those it is
#### I'm using:
- [ ] The Renovate GitHub App
- [ ] Self-hosted GitHub…
-
I've seen apps that have a good number of fields – hundreds. The O(log(N)) of TreeMap definitely shows up in a profiler; sometimes 20% of search time, if I recall. There are many Field implementatio…
-
Kubernetes supports authentication (and group extraction forth authorization) using OICD (OpenID Connect) JWT `id_tokens` tokens, see [here for docs](https://kubernetes.io/docs/admin/authentication/#o…
-
Is there any release planned for Beatbox? Mainly I miss python 3 support in the current pypi release. Is there anything I can do to help?
-
Hey Robert
I'm a noob to python, but it seems I can't get the basic password auth to work at all. I tried with and without my salesforce Security Token appended to the password
```python
async de…
-
I am getting the following warning while running my backup:
WARNING:b2sdk.sync.report:could not output the following line with encoding None on stdout due to 'ascii' codec can't encode character u'…
-
Hi! I'm attempting to integrate docusign into a client app on iOS. The documentation for how to use this library is kind of limited in my opinion. Even the docs on the site are a bit confusing. We wan…
-
Hello! This is a great API by the way!
I have two picklist fields on a custom object with a dependency between them. Picklist A controls Picklist B. I also have multiple record types on this custom o…
-
do you support username-password flow only? Or do you also support web server flow?