File tree Expand file tree Collapse file tree 2 files changed +10
-30
lines changed
Expand file tree Collapse file tree 2 files changed +10
-30
lines changed Original file line number Diff line number Diff line change 1- # OpenAPI Generator Ignore
2- # Generated by openapi-generator https://github.com/openapitools/openapi-generator
3-
4- # Use this file to prevent files from being overwritten by the generator.
5- # The patterns follow closely to .gitignore or .dockerignore.
6-
7- # As an example, the C# client generator defines ApiClient.cs.
8- # You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9- #ApiClient.cs
10-
11- # You can match any string of characters against a directory, file or extension with a single asterisk (*):
12- #foo/*/qux
13- # The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14-
15- # You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16- #foo/**/qux
17- # This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18-
19- # You can also negate patterns with an exclamation (!).
20- # For example, you can ignore all files in a docs folder with the file extension .md:
21- #docs/*.md
22- # Then explicitly reverse the ignore rule for a single file:
23- #!docs/README.md
1+ README.md
2+ composer.json
Original file line number Diff line number Diff line change 22 "name" : " sendbird/sendbird-platform-sdk-php" ,
33 "description" : " Sendbird Platform API SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api" ,
44 "keywords" : [
5- " openapitools " ,
6- " openapi-generator " ,
7- " openapi " ,
5+ " chat " ,
6+ " sendbird " ,
7+ " realtime " ,
88 " php" ,
99 " sdk" ,
1010 " rest" ,
1111 " api"
1212 ],
13- "homepage" : " https://openapi-generator.tech" ,
14- "license" : " unlicense" ,
13+ "type" : " library" ,
14+ "homepage" : " https://github.com/sendbird/sendbird-platform-sdk-php" ,
15+ "license" : " MIT" ,
1516 "authors" : [
1617 {
17- "name" : " OpenAPI-Generator contributors " ,
18- "homepage" : " https://openapi-generator.tech "
18+ "name" : " Sendbird " ,
19+ "homepage" : " https://www.sendbird.com/docs/ "
1920 }
2021 ],
2122 "require" : {
You can’t perform that action at this time.
0 commit comments