Categorygithub.com/ardanlabs/dgraph
module
0.0.0-20201009121658-546184d859d2
Repository: https://github.com/ardanlabs/dgraph.git
Documentation: pkg.go.dev

# README

Dgraph

Copyright 2020 Ardan Labs
[email protected]

Licensing

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About The Project

Please read the project wiki (Comming Soon)

https://github.com/ardanlabs/dgraph/wiki

Learn More

To learn about Corporate training events please contact Ardan Labs:

William Kennedy
ArdanLabs (www.ardanlabs.com)
[email protected]

Getting Started https://developer.twitter.com/en/docs/basics/getting-started

Get an account https://developer.twitter.com/en/docs/basics/developer-portal/overview

Apply for a developer account https://developer.twitter.com/en/application/use-case

Create an App

curl -u ${DGRAPH_TWITTER_API_KEY}:${DGRAPH_TWITTER_SECRET_KEY}
--data 'grant_type=client_credentials'
'https://api.twitter.com/oauth2/token'

curl --request GET
--url https://api.twitter.com/1.1/friends/ids.json?screen_name=goinggodotnet
--header "authorization: bearer ${TWITTER_TOKEN}"
--header "content-type: application/json"

curl --request GET
--url https://api.twitter.com/1.1/users/show.json?user_id=699263
--header "authorization: bearer ${TWITTER_TOKEN}"
--header "content-type: application/json"

curl --request GET
--url https://api.twitter.com/1.1/users/show.json?screen_name=goinggodotnet
--header "authorization: bearer ${TWITTER_TOKEN}"
--header "content-type: application/json"

# Packages

No description provided by the author
No description provided by the author
No description provided by the author