This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.3 | |
| info: | |
| title: Zoho Books API | |
| description: Combined Zoho Books API collection generated from OpenAPI specifications. | |
| version: '3.0' | |
| servers: | |
| - url: https://www.zohoapis.com/books/v3 | |
| description: Zoho Books API - US data center | |
| - url: https://www.zohoapis.eu/books/v3 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.0 | |
| info: | |
| title: Zoho Books API | |
| description: Combined Zoho Books API specification | |
| version: 1.0.0 | |
| servers: | |
| - url: https://www.zohoapis.com/books/v3 | |
| description: API Endpoint | |
| security: | |
| - Zoho_Auth: |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.3 | |
| info: | |
| title: Zoho Books API | |
| description: Combined Zoho Books API collection generated from OpenAPI specifications. | |
| version: '3.0' | |
| servers: | |
| - url: https://www.zohoapis.com/books/v3 | |
| description: Zoho Books API - US data center | |
| - url: https://www.zohoapis.eu/books/v3 | |
| description: Zoho Books API - EU data center |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| com = typeof(com) !== 'undefined' ? com : {}; | |
| com.pinoyjug = com.pinoyjug || {}; | |
| com.pinoyjug.JSThread = function(/* key-value constructor param */ config) { | |
| // private | |
| var _private_val = 5; | |
| var _private_func = function() { ... {; | |
| // public | |
| return { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //FightCode can only understand your robot | |
| //if its class is called Robot | |
| Rvar Robot = function(robot) { | |
| }; | |
| Robot.prototype.onIdle = function(ev) { | |
| var robot = ev.robot; | |
| robot.ahead(100); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //FightCode can only understand your robot | |
| //if its class is called Robot | |
| var Robot = function(robot) { | |
| }; | |
| Robot.prototype.onIdle = function(ev) { | |
| var robot = ev.robot; | |
| robot.ahead(100); |