This file contains 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
--[[ | |
STable - By Tocutoeltuco | |
Allows: | |
- String indexes | |
- Numeric indexes | |
- String values | |
- Numeric values | |
- Boolean values | |
- Table values (backreference/circular tables allowed! (_G._G = _G)) | |
This file contains 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
swagger: '2.0' | |
info: | |
description: Planos e Assinaturas | |
version: 1.0.0 | |
title: Planos e Assinaturas | |
basePath: /v2 | |
host: api.zoop.ws | |
securityDefinitions: | |
basicAuth: | |
type: basic |