(id string)
| 848 | } |
| 849 | |
| 850 | func formatOrganizationDetailsPath(id string) string { |
| 851 | if len(id) == 0 { |
| 852 | return "" |
| 853 | } |
| 854 | return fmt.Sprintf("organizations/%s/overview", id) |
| 855 | } |
| 856 | |
| 857 | func getWithPagination( |
| 858 | limit int, |
no outgoing calls
no test coverage detected