Skip to content

Commit bb89caa

Browse files
committed
make this lib only for the generated client library
1 parent e8ebd04 commit bb89caa

476 files changed

Lines changed: 895 additions & 5174 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
# ref: https://github.com/github/gitignore/blob/master/Composer.gitignore
2+
13
composer.phar
24
/vendor/
35

46
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
57
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
68
# composer.lock
9+
10+
# php-cs-fixer cache
11+
.php_cs.cache
12+
.php-cs-fixer.cache
13+
14+
# PHPUnit cache
15+
.phpunit.result.cache
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.gitignore
2+
.openapi-generator-ignore
23
.php-cs-fixer.dist.php
34
.travis.yml
45
README.md
@@ -298,6 +299,147 @@ lib/Model/VoteResponseUser.php
298299
lib/Model/VoteStyle.php
299300
lib/ObjectSerializer.php
300301
phpunit.xml.dist
302+
test/Api/DefaultApiTest.php
303+
test/Api/PublicApiTest.php
304+
test/Model/APIEmptyResponseTest.php
301305
test/Model/APIErrorTest.php
306+
test/Model/APIGetCommentResponseTest.php
307+
test/Model/APIGetCommentsResponseTest.php
308+
test/Model/APIStatusTest.php
309+
test/Model/AddDomainConfig200ResponseAnyOfTest.php
310+
test/Model/AddDomainConfig200ResponseTest.php
311+
test/Model/AddDomainConfigParamsTest.php
312+
test/Model/AggregationItemTest.php
313+
test/Model/AggregationOpTypeTest.php
314+
test/Model/AggregationOperationTest.php
315+
test/Model/AggregationRequestSortTest.php
316+
test/Model/AggregationRequestTest.php
317+
test/Model/AggregationResponseStatsTest.php
318+
test/Model/AggregationResponseTest.php
319+
test/Model/AggregationValueTest.php
320+
test/Model/BlockFromCommentParamsTest.php
302321
test/Model/BlockFromCommentPublic200ResponseTest.php
322+
test/Model/BlockSuccessTest.php
323+
test/Model/ChangeCommentPinStatusResponseTest.php
324+
test/Model/CheckBlockedCommentsResponseTest.php
325+
test/Model/CheckedCommentsForBlocked200ResponseTest.php
326+
test/Model/CommentDataTest.php
327+
test/Model/CommentHTMLRenderingModeTest.php
328+
test/Model/CommentQuestionResultsRenderingTypeTest.php
329+
test/Model/CommentQuestionsRequiredTest.php
330+
test/Model/CommentTextUpdateRequestTest.php
331+
test/Model/CommentThreadDeletionModeTest.php
332+
test/Model/CommentUserBadgeInfoTest.php
333+
test/Model/CommentUserHashTagInfoTest.php
334+
test/Model/CommentUserMentionInfoTest.php
335+
test/Model/CommenterNameFormatsTest.php
336+
test/Model/CreateCommentParamsTest.php
337+
test/Model/CreateCommentPublic200ResponseTest.php
338+
test/Model/CreateFeedPost200ResponseTest.php
339+
test/Model/CreateFeedPostsResponseTest.php
340+
test/Model/CustomConfigParametersTest.php
341+
test/Model/DeleteComment200ResponseTest.php
342+
test/Model/DeleteCommentActionTest.php
343+
test/Model/DeleteCommentPublic200ResponseTest.php
344+
test/Model/DeleteCommentResultTest.php
345+
test/Model/DeleteCommentVote200ResponseTest.php
346+
test/Model/DeleteDomainConfig200ResponseTest.php
347+
test/Model/EventLogEntryTest.php
348+
test/Model/FCommentMetaTest.php
349+
test/Model/FCommentTest.php
350+
test/Model/FeedPostLinkTest.php
351+
test/Model/FeedPostMediaItemAssetTest.php
352+
test/Model/FeedPostMediaItemTest.php
353+
test/Model/FeedPostTest.php
354+
test/Model/FlagComment200ResponseTest.php
355+
test/Model/FlagCommentPublic200ResponseTest.php
356+
test/Model/FlagCommentResponseTest.php
357+
test/Model/GetAuditLogs200ResponseTest.php
358+
test/Model/GetAuditLogsResponseTest.php
359+
test/Model/GetComment200ResponseTest.php
360+
test/Model/GetCommentText200ResponseTest.php
361+
test/Model/GetCommentVoteUserNames200ResponseTest.php
362+
test/Model/GetCommentVoteUserNamesSuccessResponseTest.php
363+
test/Model/GetComments200ResponseTest.php
364+
test/Model/GetCommentsPublic200ResponseTest.php
365+
test/Model/GetCommentsResponsePublicCommentTest.php
366+
test/Model/GetCommentsResponseWithPresencePublicCommentTest.php
367+
test/Model/GetDomainConfig200ResponseTest.php
368+
test/Model/GetDomainConfigs200ResponseAnyOf1Test.php
369+
test/Model/GetDomainConfigs200ResponseAnyOfTest.php
370+
test/Model/GetDomainConfigs200ResponseTest.php
371+
test/Model/GetEventLog200ResponseTest.php
372+
test/Model/GetEventLogResponseTest.php
373+
test/Model/GetFeedPosts200ResponseTest.php
374+
test/Model/GetFeedPostsResponseTest.php
375+
test/Model/GetMyNotificationsResponseTest.php
376+
test/Model/GetUserNotificationCount200ResponseTest.php
377+
test/Model/GetUserNotificationCountResponseTest.php
378+
test/Model/GetUserNotifications200ResponseTest.php
379+
test/Model/GetUserPresenceStatuses200ResponseTest.php
380+
test/Model/GetUserPresenceStatusesResponseTest.php
381+
test/Model/GifRatingTest.php
382+
test/Model/HeaderStateTest.php
383+
test/Model/IgnoredResponseTest.php
384+
test/Model/ImportedAPIStatusFAILEDTest.php
385+
test/Model/ImportedAPIStatusSUCCESSTest.php
386+
test/Model/LiveEventExtraInfoTest.php
387+
test/Model/LiveEventTest.php
388+
test/Model/LiveEventTypeTest.php
389+
test/Model/LockComment200ResponseTest.php
390+
test/Model/NotificationAndCountTest.php
391+
test/Model/NotificationTypeTest.php
392+
test/Model/PatchDomainConfigParamsTest.php
393+
test/Model/PickAPICommentUpdatableCommentFieldsTest.php
394+
test/Model/PickFCommentAPICommentFieldsKeysMetaTest.php
395+
test/Model/PickFCommentAPICommentFieldsKeysTest.php
396+
test/Model/PickFCommentApprovedOrCommentHTMLTest.php
397+
test/Model/PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserIdTest.php
398+
test/Model/PickFCommentPublicCommentFieldsKeysTest.php
399+
test/Model/PickOmitFCommentDatePublicCommentPubSubFieldsKeysTest.php
400+
test/Model/PickTenantAuditLogTenantAuditLogKeysTest.php
401+
test/Model/PickUserNotificationIdOrUrlIdOrUrlOrPageTitleOrRelatedObjectTypeOrRelatedObjectIdOrViewedOrSentOrCreatedAtOrTypeOrFromCommentIdOrFromUserNameOrFromUserIdOrFromUserAvatarSrcOrOptedOutTest.php
402+
test/Model/PinComment200ResponseTest.php
403+
test/Model/PubSubCommentTest.php
404+
test/Model/PubSubVoteTest.php
405+
test/Model/PublicAPIDeleteCommentResponseTest.php
406+
test/Model/PublicAPIGetCommentTextResponseTest.php
407+
test/Model/PublicAPISetCommentTextResponseTest.php
408+
test/Model/PublicBlockFromCommentParamsTest.php
409+
test/Model/PublicCommentTest.php
410+
test/Model/QueryPredicateTest.php
411+
test/Model/QueryPredicateValueTest.php
412+
test/Model/QuestionRenderingTypeTest.php
413+
test/Model/QuestionSubQuestionVisibilityTest.php
414+
test/Model/QuestionWhenSaveTest.php
415+
test/Model/RecordStringBeforeStringOrNullAfterStringOrNullValueTest.php
416+
test/Model/RecordStringStringOrNumberValueTest.php
417+
test/Model/RenderableUserNotificationTest.php
418+
test/Model/ResetUserNotifications200ResponseTest.php
419+
test/Model/ResetUserNotificationsResponseTest.php
420+
test/Model/SORTDIRTest.php
421+
test/Model/SSOSecurityLevelTest.php
422+
test/Model/SaveComment200ResponseTest.php
423+
test/Model/SaveCommentResponseOptimizedTest.php
424+
test/Model/SaveCommentResponseTest.php
425+
test/Model/SaveCommentsResponseWithPresenceTest.php
426+
test/Model/SetCommentText200ResponseTest.php
427+
test/Model/SortDirectionsTest.php
428+
test/Model/SpamRuleTest.php
303429
test/Model/UnBlockCommentPublic200ResponseTest.php
430+
test/Model/UnBlockFromCommentParamsTest.php
431+
test/Model/UnblockSuccessTest.php
432+
test/Model/UpdateDomainConfigParamsTest.php
433+
test/Model/UpdateUserNotificationStatus200ResponseTest.php
434+
test/Model/UserNotificationTest.php
435+
test/Model/UserNotificationWriteResponseTest.php
436+
test/Model/UserPresenceDataTest.php
437+
test/Model/UserSessionInfoTest.php
438+
test/Model/VoteBodyParamsTest.php
439+
test/Model/VoteComment200ResponseTest.php
440+
test/Model/VoteDeleteResponseStatusTest.php
441+
test/Model/VoteDeleteResponseTest.php
442+
test/Model/VoteResponseStatusTest.php
443+
test/Model/VoteResponseTest.php
444+
test/Model/VoteResponseUserTest.php
445+
test/Model/VoteStyleTest.php
File renamed without changes.

0 commit comments

Comments
 (0)