File: api.t

package info (click to toggle)
gcli 2.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,476 kB
  • sloc: ansic: 25,411; sh: 580; makefile: 509; yacc: 261; lex: 59
file content (7 lines) | stat: -rw-r--r-- 216 bytes parent folder | download
1
2
3
4
5
6
7
include "gcli/gitlab/api.h";

parser gitlab_get_error is
object of struct gitlab_error_data with
	("error_description" => error_description as string,
	 "error" => error as string,
	 "message" => message as string);