moto/moto
Toshiya Kawasaki 56793a3b2a Fix scaffold to support rest-json style API (#1291)
* append appropriate urls when scaffolding

* make dispatch for rest-api

* fix dispatch for rest-json

* fix moto/core/response to obtain path and body parameters

* small fixes

* remove unused import

* fix get_int_param

* fix scaffold

* fix formatting of scaffold

* fix misc

* escape service to handle service w/ hyphen like iot-data

* escape service w/ hyphen

* fix regexp to extract region from url

* escape service

* fix syntax

* skip loading body to json object when request body is None
2017-10-24 20:45:39 +02:00
..
acm Merge pull request #1275 from WhileLoop/fix-acm-san-count-check 2017-10-19 18:01:19 -07:00
apigateway Add BaseModel to all models. 2017-03-11 23:41:12 -05:00
autoscaling Merge pull request #1287 from captainkerk/autoscaling-update-action-fix 2017-10-23 09:42:19 -07:00
awslambda AWS X-Ray client mock. (#1255) 2017-10-16 17:06:22 -07:00
batch Called terminatejob from canceljob 2017-10-22 13:36:23 +01:00
cloudformation Added CreateEnvironment to cloudformation 2017-10-20 00:51:04 +01:00
cloudwatch Added dashboard methods + tests 2017-09-22 16:38:20 +01:00
core Fix scaffold to support rest-json style API (#1291) 2017-10-24 20:45:39 +02:00
datapipeline Merge #913. 2017-05-10 21:58:42 -04:00
dynamodb Fixed a bug where Dynamo registers STS and sts calls go to dynamo (#1097) 2017-09-07 11:25:14 -07:00
dynamodb2 Make improvements to filter expression, added NOT keyword 2017-10-22 23:20:00 +01:00
ec2 fix deep-copy in ec2.models.all_reservations 2017-10-23 09:53:02 -07:00
ecr Add more error handling to the ECR backend 2017-08-10 19:54:10 -04:00
ecs Fix runningTasksCount ECS container instance attribute 2017-10-12 13:26:19 +01:00
elb updating explanation of boto client usage 2017-08-02 13:41:39 -07:00
elbv2 Potential fix V3 2017-10-04 01:13:34 +01:00
emr Merge #913. 2017-05-10 21:58:42 -04:00
events Fix cloudwatch events delete_rule. Closes #884. 2017-04-12 22:15:23 -04:00
glacier Add BaseModel to all models. 2017-03-11 23:41:12 -05:00
iam Merge branch 'master' into batch 2017-10-11 23:02:47 +01:00
instance_metadata Fix urlparse for py3. 2017-02-23 21:41:05 -05:00
kinesis add CloudFormation model for Kinesis streams 2017-07-20 14:37:53 +10:00
kms Add kms boto3 test. 2017-03-14 23:42:52 -04:00
logs Merge pull request #1281 from jorgemarcial/master 2017-10-23 09:46:22 -07:00
opsworks Change checks for handling same layer name un different stack 2017-09-25 14:49:08 +03:00
packages Possible fix 2017-10-08 04:57:40 +01:00
polly Fixed issue with server routing 2017-09-26 20:43:58 +01:00
rds Persisting selected LicenseModel in RDS instances 2017-07-05 16:02:45 -07:00
rds2 the linter is too linty 2017-08-15 00:58:33 +10:00
redshift supporting python 3 2017-10-02 15:25:02 -07:00
route53 Do not treat StartRecordName and StartRecordType in the list_resource_record_sets as filters 2017-10-23 21:58:39 +02:00
s3 Fixed S3 versioning bug + minor cleanup (#1272) 2017-10-18 16:22:35 -07:00
s3bucket_path Testing new version of decorator. 2017-02-15 22:35:45 -05:00
ses Adding list_verified_email_addresses and testing 2017-07-11 08:02:31 +00:00
sns Fixed typos ;-) 2017-10-20 14:52:24 +01:00
sqs AWS X-Ray client mock. (#1255) 2017-10-16 17:06:22 -07:00
ssm ssm get_parameter to honot WithDecryption 2017-09-23 01:41:10 -04:00
sts Add BaseModel to all models. 2017-03-11 23:41:12 -05:00
swf Add BaseModel to all models. 2017-03-11 23:41:12 -05:00
templates Add about page. 2017-03-12 19:58:40 -04:00
xray AWS X-Ray client mock. (#1255) 2017-10-16 17:06:22 -07:00
__init__.py Merge branch 'master' into batch 2017-10-19 21:16:40 +01:00
backends.py Fix scaffold to support rest-json style API (#1291) 2017-10-24 20:45:39 +02:00
compat.py Fix urlparse for py3. 2017-02-23 21:41:05 -05:00
server.py lambda + SNS enhancements (#1048) 2017-09-27 16:04:58 -07:00
settings.py Get standalone server mode working for all tests. 2017-02-23 19:43:48 -05:00