MarineTraffic.NET
1.0.0
**Unofficial .NET library for MarineTraffic.com's API. **
**Project status: beta. **
License: not yet decided
Nuget: MarineTrafficApi
Open to contributions! Are you using MT already? What would you like to see in this library? Do you have some codes that may be added here? Feel free to open an issue.
MarineTrafficApivar client = new MarineTrafficApiClient("your-api-key");var request = new ExportVesselsV8Request(); ...var result = request.Execute(client);if (result.Succeed) { ... } else { /* display result.Errors */ }API use cases:
Where can I get an API key?
Something is missing in this library, can I contribute? Yes. Here are the main steps.
dev/*new-feature-title*Why use the CSV export format?