Skip to content

Commit

Permalink
Revert "[NV-GO-1] API 🚀: Validate MX Record Setup for Inbound Parse F…
Browse files Browse the repository at this point in the history
…unctionality"
  • Loading branch information
unicodeveloper authored Sep 5, 2023
1 parent d110468 commit 988f751
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 88 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ Class | Method
*IntegrationsApi* | [**Delete**](https://docs.novu.co/platform/integrations) | **Delete** /integrations/:integrationId | Delete an integration
*IntegrationsApi* | [**Get**](https://docs.novu.co/platform/integrations) | **Get** /integrations | Get all integrations
*IntegrationsApi* | [**GetActive**](https://docs.novu.co/platform/intergations) | **Get** /integrations/active | Get all active integrations
*InboundParserApi* | [**Get**](https://docs.novu.co/platform/inbound-parse-webhook/) | **Get** /inbound-parse/mx/status | Validate the mx record setup for the inbound parse functionality

## Authorization (api-key)

Expand Down
30 changes: 0 additions & 30 deletions lib/inbound_parser.go

This file was deleted.

49 changes: 0 additions & 49 deletions lib/inbound_parser_test.go

This file was deleted.

7 changes: 0 additions & 7 deletions lib/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,3 @@ type BroadcastEventToAll struct {
TransactionId string `json:"transactionId,omitempty"`
Actor interface{} `json:"actor,omitempty"`
}

type MxRecordConfiguredStatus struct {
MxRecordConfigured bool `json:"mxRecordConfigured"`
}
type InboundParserResponse struct {
Data MxRecordConfiguredStatus `json:"data"`
}
1 change: 0 additions & 1 deletion lib/novu.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ type APIClient struct {
EventApi *EventService
TopicsApi *TopicService
IntegrationsApi *IntegrationService
InboundParser *InboundParserService
}

type service struct {
Expand Down

0 comments on commit 988f751

Please sign in to comment.