Api.js 546 B

12345678910111213141516171819
  1. // @ts-check
  2. // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
  3. // This file is automatically generated. DO NOT EDIT
  4. export function DeleteApi(arg1, arg2) {
  5. return window['go']['desktop']['Api']['DeleteApi'](arg1, arg2);
  6. }
  7. export function GetApi(arg1, arg2) {
  8. return window['go']['desktop']['Api']['GetApi'](arg1, arg2);
  9. }
  10. export function PostApi(arg1, arg2) {
  11. return window['go']['desktop']['Api']['PostApi'](arg1, arg2);
  12. }
  13. export function PutApi(arg1, arg2) {
  14. return window['go']['desktop']['Api']['PutApi'](arg1, arg2);
  15. }