gist: 16167 Download_button fork
public
Public Clone URL: git://gist.github.com/16167.git
API_GrantedDBs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <databases>
    ...
    <dbinfo>
      <dbname>test1</dbname>
      <dbid>bduuve7a5</dbid>
    </dbinfo>
    <dbinfo>
      <dbname>Larry's Landscaping & Garden Supply</dbname>
      <dbid>b34jgmmn8</dbid>
    </dbinfo>
    <dbinfo>
      <dbname>Larry's Landscaping & Garden Supply: Configuration</dbname>
      <dbid>b34jgmmpg</dbid>
    </dbinfo>
    ...
  </databases>
API_GrantedDBs2.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <databases>
    ...
    <dbinfo>
      <dbname>test1</dbname>
      <dbid>bduuve7a5</dbid>
    </dbinfo>
    <dbinfo msa="true">
      <dbname>Larry's Landscaping & Garden Supply</dbname>
      <dbid>b34jgmmn8</dbid>
    </dbinfo>
    <dbinfo msa="true" type="configuration">
      <dbname>Larry's Landscaping & Garden Supply: Configuration</dbname>
      <dbid>b34jgmmpg</dbid>
    </dbinfo>
    ...
  </databases>

Owner

zackchandler

Revisions