Skip to content

Instantly share code, notes, and snippets.

@yazumoto
Created December 20, 2015 15:10
Show Gist options
  • Select an option

  • Save yazumoto/b6b9af2f71d49f17c990 to your computer and use it in GitHub Desktop.

Select an option

Save yazumoto/b6b9af2f71d49f17c990 to your computer and use it in GitHub Desktop.
Pawの設定ファイル
<?xml version="1.0" standalone="no"?>
<!DOCTYPE database SYSTEM "file:///System/Library/DTDs/CoreData.dtd">
<database>
<databaseInfo>
<version>134481920</version>
<UUID>555F771E-499E-4E65-8E4C-C133FB6647C7</UUID>
<nextObjectID>139</nextObjectID>
<metadata>
<plist version="1.0">
<dict>
<key>NSPersistenceFrameworkVersion</key>
<integer>641</integer>
<key>NSStoreModelVersionHashes</key>
<dict>
<key>LMCookieJar</key>
<data>
Fttmf2L4PrGvKUF496+nqgVVGek45TjOe7sUMtjNg8I=
</data>
<key>LMEnvironment</key>
<data>
uzBoVFcO4YvR9/3ej4AJ1UOOsA/u5DKY2aemusoIseU=
</data>
<key>LMEnvironmentDomain</key>
<data>
yM1GPGHdquS8IWLtuczlNoqKhIhD9FW6IReSfFffJgs=
</data>
<key>LMEnvironmentVariable</key>
<data>
P8e0lYd5JZKRabS/eXVSOJ4oitilz67xtv+pLqW1Jqg=
</data>
<key>LMEnvironmentVariableValue</key>
<data>
my5hNPJ51oDCSa8EgdNxWAnRcDLcERUGjtuXnzhSxQ0=
</data>
<key>LMKeyValue</key>
<data>
bIXXbyYF2xAv2MXg8JTVFsslmMKuvsfnR86QdUcFkdM=
</data>
<key>LMRequest</key>
<data>
kYB6By9dZHqmH3YNw3h9tYPoxeG5ZWHPfhLXXp7OLFs=
</data>
<key>LMRequestGroup</key>
<data>
N3ml+gYVWc4m0LSGLnBDJ37p9isOc41y+TtaM0Eacrc=
</data>
<key>LMRequestTreeItem</key>
<data>
ak+hYb/lDeG55U0kgGvU5ej7HUltUj0RTrX5z/izNrs=
</data>
</dict>
<key>NSStoreModelVersionHashesVersion</key>
<integer>3</integer>
<key>NSStoreModelVersionIdentifiers</key>
<array>
<string>LMDocumentVersion3</string>
</array>
</dict>
</plist>
</metadata>
</databaseInfo>
<object type="LMENVIRONMENTDOMAIN" id="z102">
<attribute name="uuid" type="string">E274F171-761F-4A0A-B57B-F8D8D6A65DAD</attribute>
<attribute name="order" type="int64">0</attribute>
<attribute name="name" type="string">Default Domain</attribute>
<relationship name="environments" type="0/0" destination="LMENVIRONMENT" idrefs="z109"></relationship>
<relationship name="variables" type="0/0" destination="LMENVIRONMENTVARIABLE" idrefs="z115"></relationship>
</object>
<object type="LMCOOKIEJAR" id="z103">
<attribute name="uuid" type="string">E33F0F40-98E9-4AD4-B004-AA88E1232CF2</attribute>
<attribute name="order" type="int64">1</attribute>
<attribute name="name" type="string">Default Jar</attribute>
</object>
<object type="LMENVIRONMENT" id="z109">
<attribute name="uuid" type="string">C37EBD0F-FB22-43A4-8DC9-AF5912FDEE50</attribute>
<attribute name="order" type="int64">0</attribute>
<attribute name="name" type="string">Default Environment</attribute>
<relationship name="domain" type="0/1" destination="LMENVIRONMENTDOMAIN" idrefs="z102"></relationship>
<relationship name="variablesvalues" type="0/0" destination="LMENVIRONMENTVARIABLEVALUE" idrefs="z116"></relationship>
</object>
<object type="LMENVIRONMENTVARIABLE" id="z115">
<attribute name="uuid" type="string">8E493781-0EFD-4C33-A014-8D1594D783BD</attribute>
<attribute name="order" type="int64">0</attribute>
<attribute name="name" type="string"></attribute>
<relationship name="domain" type="0/1" destination="LMENVIRONMENTDOMAIN" idrefs="z102"></relationship>
<relationship name="values" type="0/0" destination="LMENVIRONMENTVARIABLEVALUE" idrefs="z116"></relationship>
</object>
<object type="LMENVIRONMENTVARIABLEVALUE" id="z116">
<attribute name="value" type="string"></attribute>
<relationship name="environment" type="1/1" destination="LMENVIRONMENT" idrefs="z109"></relationship>
<relationship name="variable" type="1/1" destination="LMENVIRONMENTVARIABLE" idrefs="z115"></relationship>
</object>
<object type="LMREQUEST" id="z129">
<attribute name="body" type="string">[{"data":{"json":"{\\"email\\":\\"test1@test.com\\",\\"password\\":\\"password\\",\\"password_confirmation\\":\\"password\\"}"},"identifier":"com.luckymarmot.JSONDynamicValue"}]</attribute>
<attribute name="uuid" type="string">A9A8EB7E-472E-4726-97EC-357EEAC42367</attribute>
<attribute name="url" type="string">http://localhost:3000/auth</attribute>
<attribute name="storecookies" type="bool">1</attribute>
<attribute name="sendcookies" type="bool">1</attribute>
<attribute name="redirectmethod" type="bool">0</attribute>
<attribute name="redirectauthorization" type="bool">0</attribute>
<attribute name="method" type="string">POST</attribute>
<attribute name="followredirects" type="bool">0</attribute>
<attribute name="order" type="int64">3</attribute>
<attribute name="name" type="string">CreateUser</attribute>
<relationship name="parent" type="0/1" destination="LMREQUESTTREEITEM"></relationship>
<relationship name="children" type="0/0" destination="LMREQUESTTREEITEM"></relationship>
<relationship name="headers" type="0/0" destination="LMKEYVALUE" idrefs="z131 z130"></relationship>
</object>
<object type="LMKEYVALUE" id="z130">
<attribute name="value" type="string">application/json</attribute>
<attribute name="order" type="int64">0</attribute>
<attribute name="name" type="string">Content-Type</attribute>
<attribute name="enabled" type="bool">1</attribute>
<relationship name="groupforbodyparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforheaders" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforurlparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="request" type="0/1" destination="LMREQUEST" idrefs="z129"></relationship>
</object>
<object type="LMKEYVALUE" id="z131">
<attribute name="value" type="string"></attribute>
<attribute name="order" type="int64">1</attribute>
<attribute name="name" type="string"></attribute>
<attribute name="enabled" type="bool">1</attribute>
<relationship name="groupforbodyparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforheaders" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforurlparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="request" type="0/1" destination="LMREQUEST" idrefs="z129"></relationship>
</object>
<object type="LMREQUEST" id="z132">
<attribute name="uuid" type="string">5DD08FE2-5F15-4225-BAAA-42DDF57F013D</attribute>
<attribute name="url" type="string">http://localhost:3000/auth/sign_in</attribute>
<attribute name="storecookies" type="bool">1</attribute>
<attribute name="sendcookies" type="bool">1</attribute>
<attribute name="redirectmethod" type="bool">0</attribute>
<attribute name="redirectauthorization" type="bool">0</attribute>
<attribute name="method" type="string">POST</attribute>
<attribute name="followredirects" type="bool">0</attribute>
<attribute name="body" type="string">[{"data":{"json":"{\\"email\\":\\"test1@test.com\\",\\"password\\":\\"password\\"}"},"identifier":"com.luckymarmot.JSONDynamicValue"}]</attribute>
<attribute name="order" type="int64">4</attribute>
<attribute name="name" type="string">Login</attribute>
<relationship name="parent" type="0/1" destination="LMREQUESTTREEITEM"></relationship>
<relationship name="children" type="0/0" destination="LMREQUESTTREEITEM"></relationship>
<relationship name="headers" type="0/0" destination="LMKEYVALUE" idrefs="z133 z134"></relationship>
</object>
<object type="LMKEYVALUE" id="z133">
<attribute name="value" type="string">application/json</attribute>
<attribute name="order" type="int64">0</attribute>
<attribute name="name" type="string">Content-Type</attribute>
<attribute name="enabled" type="bool">1</attribute>
<relationship name="groupforbodyparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforheaders" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforurlparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="request" type="0/1" destination="LMREQUEST" idrefs="z132"></relationship>
</object>
<object type="LMKEYVALUE" id="z134">
<attribute name="value" type="string"></attribute>
<attribute name="order" type="int64">1</attribute>
<attribute name="name" type="string"></attribute>
<attribute name="enabled" type="bool">1</attribute>
<relationship name="groupforbodyparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforheaders" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforurlparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="request" type="0/1" destination="LMREQUEST" idrefs="z132"></relationship>
</object>
<object type="LMREQUEST" id="z135">
<attribute name="uuid" type="string">467F53AF-A674-4F54-A239-54BF9245A1C4</attribute>
<attribute name="url" type="string">http://localhost:3000/users.json</attribute>
<attribute name="storecookies" type="bool">1</attribute>
<attribute name="sendcookies" type="bool">1</attribute>
<attribute name="redirectmethod" type="bool">0</attribute>
<attribute name="redirectauthorization" type="bool">0</attribute>
<attribute name="method" type="string">GET</attribute>
<attribute name="followredirects" type="bool">0</attribute>
<attribute name="order" type="int64">5</attribute>
<attribute name="name" type="string">GetUsers</attribute>
<relationship name="parent" type="0/1" destination="LMREQUESTTREEITEM"></relationship>
<relationship name="children" type="0/0" destination="LMREQUESTTREEITEM"></relationship>
<relationship name="headers" type="0/0" destination="LMKEYVALUE" idrefs="z138 z136 z139 z137"></relationship>
</object>
<object type="LMKEYVALUE" id="z136">
<attribute name="value" type="string">[{"data":{"request":"5DD08FE2-5F15-4225-BAAA-42DDF57F013D","header":["Uid"]},"identifier":"com.luckymarmot.ResponseHeaderDynamicValue"},{"data":{"request":"5DD08FE2-5F15-4225-BAAA-42DDF57F013D","header":["UId"]},"identifier":"com.luckymarmot.ResponseHeaderDynamicValue"}]</attribute>
<attribute name="order" type="int64">0</attribute>
<attribute name="name" type="string">Uid</attribute>
<attribute name="enabled" type="bool">1</attribute>
<relationship name="groupforbodyparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforheaders" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforurlparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="request" type="0/1" destination="LMREQUEST" idrefs="z135"></relationship>
</object>
<object type="LMKEYVALUE" id="z137">
<attribute name="value" type="string">[{"data":{"request":"5DD08FE2-5F15-4225-BAAA-42DDF57F013D","header":["Client"]},"identifier":"com.luckymarmot.ResponseHeaderDynamicValue"}]</attribute>
<attribute name="order" type="int64">1</attribute>
<attribute name="name" type="string">Client</attribute>
<attribute name="enabled" type="bool">1</attribute>
<relationship name="groupforbodyparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforheaders" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforurlparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="request" type="0/1" destination="LMREQUEST" idrefs="z135"></relationship>
</object>
<object type="LMKEYVALUE" id="z138">
<attribute name="value" type="string">[{"data":{"request":"5DD08FE2-5F15-4225-BAAA-42DDF57F013D","header":["Access-Token"]},"identifier":"com.luckymarmot.ResponseHeaderDynamicValue"}]</attribute>
<attribute name="order" type="int64">2</attribute>
<attribute name="name" type="string">Access-Token</attribute>
<attribute name="enabled" type="bool">1</attribute>
<relationship name="groupforbodyparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforheaders" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforurlparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="request" type="0/1" destination="LMREQUEST" idrefs="z135"></relationship>
</object>
<object type="LMKEYVALUE" id="z139">
<attribute name="value" type="string"></attribute>
<attribute name="order" type="int64">3</attribute>
<attribute name="name" type="string"></attribute>
<attribute name="enabled" type="bool">1</attribute>
<relationship name="groupforbodyparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforheaders" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="groupforurlparameters" type="0/1" destination="LMREQUESTGROUP"></relationship>
<relationship name="request" type="0/1" destination="LMREQUEST" idrefs="z135"></relationship>
</object>
</database>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment