mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Merge pull request #1052 from alphagov/add-link-to-net-client
Add link to .NET client under API docs
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user