Skip to content

Commit

Permalink
Merge pull request #5 from sergeyfast/shuler_response
Browse files Browse the repository at this point in the history
Build response model
  • Loading branch information
sas1024 authored Apr 5, 2021
2 parents ecba07b + 8d1512a commit 7208658
Show file tree
Hide file tree
Showing 72 changed files with 37,638 additions and 11,721 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/.idea
/vendor
/composer.lock
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Client

Doc
------
* cd doc
* `php SmdToSwaggerConverter.php 'http://eazyjsonrpc/tests/example-server.php?smd&v2' eazyjsonrpc ../doc/swagger.json`
* cd generator
* `php SmdToSwaggerConverter.php 'http://eazyjsonrpc/tests/example-server.php?smd' eazyjsonrpc ../doc/swagger.json`
* open http://eazyjsonrpc/doc/
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@
},
"autoload":{
"psr-0":{
"":"src/"
"EazyJsonRpc\\":"src/"
}
},
"target-dir":"",
"require":{
"php":">=5.3.0"
"php":">=5.4.0",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev":{
"phpunit/phpunit": "3.7.*"
"phpunit/phpunit": "4.8.*"
}
}
Loading

0 comments on commit 7208658

Please sign in to comment.