Add missing \n at the end of file
Change-Id: I3abad7553e581b5252623238e1c625e979893dde
This commit is contained in:
parent
4c712f1fd0
commit
a14f66ecd7
@ -50,4 +50,4 @@ This resource allows you to submit payment information to process your *shopping
|
||||
POST /payment
|
||||
{ "cc": "12345678900", "cvc": "123", "expiry": "0112" }
|
||||
< 200
|
||||
{ "receipt": "/payment/receipt/1" }
|
||||
{ "receipt": "/payment/receipt/1" }
|
||||
|
@ -1 +1 @@
|
||||
Generic single-database configuration.
|
||||
Generic single-database configuration.
|
||||
|
@ -12,4 +12,4 @@
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
</assembly>
|
||||
|
@ -70,4 +70,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
@ -189,4 +189,4 @@ access is granted </td>
|
||||
>
|
||||
the Knowledge Center article</link>. </para>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
|
@ -5,4 +5,4 @@ curl -i 'http://endpointURL/v2.0/tokens' -X 'POST' \
|
||||
"password":"devstack"}}}' \
|
||||
-H "Accept: application/json"
|
||||
-H "Content-Type:
|
||||
application/json" | python -m json.tool
|
||||
application/json" | python -m json.tool
|
||||
|
@ -10,4 +10,4 @@ curl -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' -
|
||||
}
|
||||
}
|
||||
}'\
|
||||
https://endpointURL/v1/orders
|
||||
https://endpointURL/v1/orders
|
||||
|
@ -9,4 +9,4 @@ curl -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' -
|
||||
"payload_content_type": "application/octet-stream",
|
||||
"payload_content_encoding": "base64"
|
||||
}'\
|
||||
https://endpointURL/v1/secrets
|
||||
https://endpointURL/v1/secrets
|
||||
|
@ -4,4 +4,4 @@ curl -X PUT -H 'Content-Type: application/json' -H 'Accept: application/json' -H
|
||||
"payload_content_type": "application/octet-stream",
|
||||
"payload_content_encoding": "base64"
|
||||
}'\
|
||||
https://endpointURL/v1/secrets/secretID
|
||||
https://endpointURL/v1/secrets/secretID
|
||||
|
@ -17,4 +17,4 @@ Date: Thu, 8 Aug 2013 18:45:13 GMT
|
||||
"name":"admin"
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
@ -12,4 +12,4 @@
|
||||
"mode": "cbc"
|
||||
},
|
||||
"order_ref": "https://endpointURL/v1/orders/4a20549c-b418-4548-b2d1-33016d88822d"
|
||||
}
|
||||
}
|
||||
|
@ -7,4 +7,4 @@ curl http://endpointURL/v1/secrets -H 'Content-Type: application/json' -H 'Accep
|
||||
"mode": "cbc",
|
||||
"payload": "secretsecretsecret",
|
||||
"payload_content_type": "text/plain"
|
||||
}'
|
||||
}'
|
||||
|
@ -1,2 +1,2 @@
|
||||
curl -H 'Accept: application/json' -H 'X-Project-Id:12345'\
|
||||
https://endpointURL/v1/orders/62d57f53-ecfe-4ae4-87bd-fab2f24e29bc
|
||||
https://endpointURL/v1/orders/62d57f53-ecfe-4ae4-87bd-fab2f24e29bc
|
||||
|
@ -1,2 +1,2 @@
|
||||
curl -H 'Accept: application/json' -H 'X-Project-Id:12345'\
|
||||
https://endpointURL/v1/orders
|
||||
https://endpointURL/v1/orders
|
||||
|
@ -1,2 +1,2 @@
|
||||
curl -H 'Accept: application/json' -H 'X-Project-Id:12345'\
|
||||
https://endpointURL/v1/secrets/secretID/888b29a4-c7cf-49d0-bfdf-bd9e6f26d718
|
||||
https://endpointURL/v1/secrets/secretID/888b29a4-c7cf-49d0-bfdf-bd9e6f26d718
|
||||
|
@ -1,2 +1,2 @@
|
||||
curl -H 'Accept: application/json' -H 'X-Project-Id: 12345' \
|
||||
https://endpointURL/v1/secrets
|
||||
https://endpointURL/v1/secrets
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"order_ref": "http://endpointURL/v1/orders/62d57f53-ecfe-4ae4-87bd-fab2f24e29bc"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"secret_ref": "http://endpointURL/v1/secrets/94dc45d8-5232-4be7-8263-9ceeda7410a0"
|
||||
}
|
||||
}
|
||||
|
@ -11,4 +11,4 @@
|
||||
"bit_length": 256,
|
||||
"mode": "cbc"
|
||||
},
|
||||
"order_ref": "https://endpointURL/v1/orders/b63d2c05-5d53-4db6-af06-4e388044deb8"
|
||||
"order_ref": "https://endpointURL/v1/orders/b63d2c05-5d53-4db6-af06-4e388044deb8"
|
||||
|
@ -53,4 +53,4 @@
|
||||
"type": "key"
|
||||
}
|
||||
],
|
||||
"next": "https://endpointURL/v1/orders?limit=10&offset=10"
|
||||
"next": "https://endpointURL/v1/orders?limit=10&offset=10"
|
||||
|
@ -1,3 +1,3 @@
|
||||
HTTP/1.1 200 OK
|
||||
Content-Length: 0
|
||||
x-openstack-request-id: req-ab107dce-adfd-4b8d-b9eb-7095f8cf9b15
|
||||
x-openstack-request-id: req-ab107dce-adfd-4b8d-b9eb-7095f8cf9b15
|
||||
|
@ -11,4 +11,4 @@
|
||||
"mode": "cbc",
|
||||
"bit_length": 256,
|
||||
"expiration": "2014-05-28T19:14:44.180394"
|
||||
}
|
||||
}
|
||||
|
@ -32,4 +32,4 @@
|
||||
"total": 4,
|
||||
"next": "http://endpointURL/v1/secrets?limit=2&offset=3",
|
||||
"previous": "http://endpointURL/v1/secrets?limit=2&offset=0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user