# TransIP .NET wrappers

Two generations of .NET client libraries for the TransIP hosting API, written in the WMIT era when TransIP was the registrar behind the operation:

- `WmTransIp/` The first generation: a hand-built client for TransIP's original XML API (domain check, whois, nameservers, registration requests), with response caching. C#, .NET Framework 2.0 era.
- `TransIpApiLibrary/` The second generation: a wrapper for the TransIP SOAP API that followed it, with typed objects for domains, DNS entries, nameservers and branding, plus a test application.

The account credentials that once lived in `WmTransIp.cs` have been replaced with placeholders; bring your own.

## Status: as is

Released as a historical artifact in 2026, unmaintained. TransIP has long since replaced these APIs with its REST API, so this code is for reading and archaeology, not for use.

## License

GNU General Public License v3.0, see LICENSE.txt.

Created by Willem L. Middelkoop (willem.com), WMIT
