Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement basic twilio client #3

Open
theodesp opened this issue Oct 6, 2018 · 1 comment
Open

Implement basic twilio client #3

theodesp opened this issue Oct 6, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@theodesp
Copy link
Owner

theodesp commented Oct 6, 2018

We need to start with implementing a basic twilio client. The client details should follow the following format:

https://github.com/xanzy/go-gitlab/blob/master/gitlab.go#L254

For now we only want the following fields:

        client *http.Client
	baseURL *url.URL
	authType authType
	username, password string
	token string
@theodesp theodesp added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest labels Oct 6, 2018
@theodesp
Copy link
Owner Author

theodesp commented Oct 6, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant