Documentation ¶
Index ¶
Constants ¶
View Source
const ( PostUserRequest = "PostUser" PostOAuthTokenRequest = "PostOAuthToken" )
Variables ¶
View Source
var Routes = rata.Routes{ {Path: "/Users", Method: http.MethodPost, Name: PostUserRequest}, {Path: "/oauth/token", Method: http.MethodPost, Name: PostOAuthTokenRequest}, }
Routes is a list of routes used by the rata library to construct request URLs.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.