Skip to content

Instantly share code, notes, and snippets.

@Caldas
Created July 12, 2016 17:48
Show Gist options
  • Save Caldas/26cf6adf0f1e920f78adafc9714c4c0e to your computer and use it in GitHub Desktop.
Save Caldas/26cf6adf0f1e920f78adafc9714c4c0e to your computer and use it in GitHub Desktop.
Estrutura de pasta
/indexes
company-accounts.json
documentid-id.json
/companies
/{company_id}
data.json
/accounts
/boticario
data.json
{"contacts":[{"name": "foo"}, {"name": "bar"}]}
/contracts
/{contract_id}
data.json
{ "chargemanifests":[{"":""},{"":""}]
/invoices
201607.json
201608.json
/consumptions
201607.json
201608.json
/eudora
/{company_id}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment