Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 762 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 762 Bytes

GoDaddy Api Integration

This project aim to integrate to GoDaddy Api in orter to be able to publish and manage all domain with a smooth integration.

The API is fully implemented but only the Domain related endpoints are implemented.

Futures Contributions

The Api is open to add new kind of GoDaddy services, only needs to be added into the services and api layers, the infrastructure integration is already managed.

Main Purpose of Api

The main purpose of this Api is being able to integrate any kind of application with the GoDaddy stack to automate processes.

Docker Support

This Api has support with Docker and is ready to be use with it.

Unit Testing

This Api has unit testing to validate the functionalities required in the scope.