JVR62HUUI6MKIJ2KIAYRKVPBSQCRGPKB2PVMCIX7CA6IEI6HDUUAC
DP7ZONE3EV2FDYPE7ZJUUCRP27GDJZJMXAO6YNSQEEP7GEVX7R6QC
QRIYVGRSKSTFFG67OZI4FKGLGKRULNO67VUPCZKNLDKNPV7O3RJQC
Y7IHZBDEQPLKU3YWIT4G6USVRISTCREWFCUTOZHH7EGOXEKZE74AC
7XDSK4NCXZTGTYEKI4ZPL763GDQQYMYP6OJZW2JGSQ7B5JVV7BKAC
K6HI6ALCDQQONHZAJ7HUTDNRWECT6A5WM5EW6KNXFOPJZJVOLYIQC
GI4RONJBJVXXCLIUUZ4IEGH3FS3TCZZXLNJ3WQQJ4CPTJENKFKCAC
MWG7P4ARH2CB5SMXUM4E4LT3HX7XEIUD5FUPJJDCRU7WPYX44TPQC
WWIV4O35A6J56CCAQ6EV3JCXDBAJYGEPU47Z6LOIYU3Q2XV4ZYFAC
4D7TFJR4CXMDTY4SQ22YL3GEKSSAOI7VYRZ3LZDNE5TCWQJEPLQQC
# -*- mode: snippet -*-
# name: api support tls deprecation
# key: api support tls deprecation
# --
Hi there,
You're seeing this issue because your application is sending requests using an outdated version of TLS. We no longer support TLS versions 1.1 or 1.0. We've sent proactive communication about this deprecation to the email address related to app keys about this for the past 6 months.
For more information about TLS and TLS deprecation, take a look at the article that our Help Center Team wrote:
https://www.eventbrite.com/support/articles/en_US/Troubleshooting/tls-transition-2018?lg=en_US
I hope this helps.
Best,
Chris
# -*- mode: snippet -*-
# name: api_support_contact_support
# key: api_support_contact_support
# --
Hi,
You've contacted the Developer Support team. It seems that this may have
been in error. For general support requests (not regarding API usage)
please contact our support team.
<https://www.eventbrite.com/contact-us>
If you are seeking assistance with Eventbrite's API, I apologize for the
confusion. Would you please provide more information on the error or
unexpected behavior you are experiencing while trying to work with the API?
Thanks!
# -*- mode: snippet -*-
# name: api_support_read_the_docs
# key: api_support_read_the_docs
# --
Hi there,
* free and open to the public
* RESTful - uses a REST style design
* JSON - returns and accepts JSON data
Best,
Chris
If you run into any issues, or something doesn't make sense
after checking the documentation, you can get help by sending
an email to api@eventbrite.com.
To find out what all you can and can't (yet!) do with our API,
check out the documentation here:
https://www.eventbrite.com/developer/v3/
For specific information about ${1:getting private events},
take a look at this part of the documentation:
${2:https://www.eventbrite.com/developer/v3/endpoints/users/#ebapi-get-users-id-owned-events}
More generally our API is:
Thanks for your interest in build on our API.
;; add snippet dirs not in VCS to yas-snippet-dirs
(let (root-dir (getenv "HOME"))
(mapc
(lambda (path)
(when (file-directory-p path)
(setq yas-snippet-dirs (append yas-snippet-dirs path))))
'("Google Drive File Stream/My Drive/config_backups/snippets"
"Library/Mobile Documents/com~apple~CloudDocs/config_backups/snippets"))))