I hereby claim:
- I am jsgoecke on github.
- I am jsgoecke (https://keybase.io/jsgoecke) on keybase.
- I have a public key whose fingerprint is 662E 3847 B14F 4F60 D29E 7E50 3952 0BA7 57C5 1D92
To claim this, I am signing this object:
{ | |
"info": { | |
"_postman_id": "febae843-d525-4066-99af-34461eec37f0", | |
"name": "Tesla Developer API - (Fleet API Included)", | |
"description": "For years, Tesla has been leading in innovating electric vehicles and energy solutions. However, their developer API remained tightly sealed, even though many other vendors offered these APIs by reverse engineering the Tesla unreleased APIs until Tesla decided to make their APIs publicly available in October 2023. This direct developer API from Tesla opens up a new frontier for developers and enthusiasts to integrate Tesla’s offerings into their apps and creations.\n\nLet us see the step-by-step procedure to start consuming the Tesla developer APIs.\n\nRead full description here -\n\nPart 1 - [https://shankarkumarasamy.blog/2023/10/29/tesla-developer-api-guide-account-setup-app-creation-registration-and-third-party-authentication-configuration-part-1/](https://shankarkumarasamy.blog/2023/10/29/tesla-developer-api-guide-account-setup-app-creation-registration-and-third |
package main | |
import ( | |
"github.com/DavidHuie/quartz/go/quartz" | |
"log" | |
) | |
type Adder struct{} | |
type Args struct { |
I hereby claim:
To claim this, I am signing this object:
package main | |
import "fmt" | |
func hello(ch chan string) { | |
ch <- "Hello world!" | |
} | |
func main() { | |
ch := make(chan string) |
phono = $.phono( | |
apiKey: "YOUR_API_KEY_GOES_HERE" | |
onReady: -> | |
console.log "Connected" | |
console.log "Phono Session ID: " + @sessionId | |
onUnready: -> | |
console.log "Disconnected" | |
) | |
console.log "Connected? " + phono.connected() |