Merge pull request #1052 from alphagov/add-link-to-net-client

Add link to .NET client under API docs
This commit is contained in:
imdadahad
2016-12-14 13:17:07 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -102,6 +102,7 @@
<ul>
{% for language, url in [
('Java', 'https://github.com/alphagov/notifications-java-client'),
('.NET', 'https://github.com/alphagov/notifications-net-client'),
('Node JS', 'https://github.com/alphagov/notifications-node-client'),
('PHP', 'https://github.com/alphagov/notifications-php-client'),
('Python', 'https://github.com/alphagov/notifications-python-client'),

View File

@@ -16,6 +16,7 @@
<ul class="list list-bullet">
{% for name, url in [
('Java client', 'https://github.com/alphagov/notifications-java-client'),
('.NET client', 'https://github.com/alphagov/notifications-net-client'),
('Node JS client', 'https://github.com/alphagov/notifications-node-client'),
('PHP client', 'https://github.com/alphagov/notifications-php-client'),
('Python client', 'https://github.com/alphagov/notifications-python-client'),