-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebug.go
25 lines (22 loc) · 1.22 KB
/
debug.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package restflix
//var debugOperationMethod = "[POST]-accounts-google-directory-users"
//var debugOperationMethod = "[GET]-agents-exports"
var debugOperationMethod = "[POST]-agents-exports"
// POST /accounts/google-directory/users -> users any => DONE
// POST /agents -> agents any => DONE
// GET /agents/auth/google => NOT_SUPPORTED
// GET /agents/auth/google/callback => NOT_SUPPORTED
// POST /agents/auth/login => NOT_SUPPORTED (nested function response)
// POST /agents/auth/logout => TODO: iris.Map{}
// POST /agents/clickmaps/element => TODO
// POST /agents/clickmaps/list => TODO
// GET /agents/exports => BUG (custom types)
// POST /agents/filters/cardinality => PARTIALLY (custom types)
// POST /accounts/password/set => BUG (nested selector)
// POST /agents/batch => BUG ([]error is parsed to `{"error": []}`)
// PUT /agents/change-password => BUG (nested selector)
// POST /agents/filters/cardinality => BUG (custom types, make(map[string]uint64))
// POST /agents/funnels => BUG (array of objects)
// PUT /agents/funnels => BUG (array of objects)
// POST /agents/funnels/compute => BUG (custom types)
// PUT /agents/websites/:website_id/recording-elements => BUG (type from variable statement (function return), nested selector) => FIXED?