Closes #12 Reviewed-on: phoenix/textsender-api#18 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
8 lines
242 B
Go
8 lines
242 B
Go
package endpoint
|
|
|
|
const MESSAGE_DRAFT_ENDPOINT = "/api/v1/message/draft"
|
|
const ADD_MESSAGE = "/api/v1/message/new"
|
|
const GET_MESSAGE = "/api/v1/message"
|
|
const GET_CONTACT = "/api/v1/contact"
|
|
const ADD_CONTACT_ENDPOINT = "/api/v1/contact/new"
|