Skip to content

Commit f53796c

Browse files
committed
Adding a response in JSON format
1 parent b824cb1 commit f53796c

22 files changed

+49
-48
lines changed

example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2022 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2023 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2022 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2023 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2022 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2023 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2022 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2023 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

@@ -40,4 +40,4 @@
4040
from nip24.iban import *
4141
from nip24.nip24client import *
4242

43-
__version__ = '1.3.9'
43+
__version__ = '1.4.0'

nip24/accountstatus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2022 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2023 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2022 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2023 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/alldata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2022 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2023 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2022 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2023 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/error.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2022 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2023 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License")
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2022 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2023 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/euvat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2022 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2023 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License"),
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2022 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2023 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/iban.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2022 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2023 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License"),
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2022 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2023 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/ibanstatus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2022 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2023 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2022 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2023 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/invoicedata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2022 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2023 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2022 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2023 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/krs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2022 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2023 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2022 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2023 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

0 commit comments

Comments
 (0)