sendgrid / sendgrid-google-java

7 stars 23 forks source link

Suggestion: Change the name to sendgrid-java #1

Closed motdotla closed 11 years ago

motdotla commented 11 years ago

Hi @mariusrusu,

I'm enjoying this library. Should we change it to be named sendgrid-java ?

It seems like that would make more sense, and GitHub maintains the old pointer so it won't hurt anything.

Thoughts?

motdotla commented 11 years ago

Ah, I see now that parts of it rely on Google App Engine though.

mariusrusu commented 11 years ago

Yes, we use some library from google:

import com.google.appengine.labs.repackaged.org.json.JSONException; import com.google.appengine.labs.repackaged.org.json.JSONObject; import com.google.appengine.labs.repackaged.org.json.JSONArray;

Maybe in the future we will create a library only for Java, without google dependency.

Thanks!

motdotla commented 11 years ago

Sounds good. You can close this.