You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -202,7 +212,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202
212
- WirelessService.RebootAccessPoints
203
213
- WirelessService.ConfigureAccessPoints
204
214
205
-
- The SDK was updated with the official DNA Center API 2.3.5.3 documentation, therefore some structures or data types may have changed.[Oficial Documentation](https://developer.cisco.com/docs/dna-center/#!cisco-dna-center-2-3-5-api-overview).
215
+
- The SDK was updated with the official Catalyst Center API 2.3.5.3 documentation, therefore some structures or data types may have changed.[Oficial Documentation](https://developer.cisco.com/docs/dna-center/#!cisco-dna-center-2-3-5-api-overview).
206
216
207
217
208
218
@@ -269,19 +279,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
269
279
## [4.0.0] - 2022-06-16
270
280
271
281
### Added
272
-
New services for Cisco DNA Center 2.3.3.0's API:
282
+
New services for Cisco Catalyst Center 2.3.3.0's API:
The dnacenter-go-sdk makes it easier to work with the Cisco DNA Center Platform RESTFul APIs from Go.
13
+
The dnacenter-go-sdk makes it easier to work with the Cisco Catalyst Center Platform RESTFul APIs from Go.
14
14
15
15
It supports version 2.3.5.3, but it is backward compatible with other versions as long as those versions use the same URLs and options as version 2.3.5.3.
16
16
@@ -25,7 +25,7 @@ The first think you need to do is to generate an API client. There are two optio
25
25
26
26
The client could be generated with the following parameters:
27
27
28
-
-`baseURL`: The base URL, FQDN or IP, of the DNA instance.
28
+
-`baseURL`: The base URL, FQDN or IP, of the Catalyst Center instance.
29
29
-`username`: The username for the API authentication and authorization.
30
30
-`password`: The password for the API authentication and authorization.
All notable changes to this project will be documented in the [CHANGELOG](https://github.com/cisco-en-programmability/dnacenter-go-sdk/blob/main/CHANGELOG.md) file.
111
114
112
-
The development team may make additional name changes as the library evolves with the Cisco DNA Center APIs.
115
+
The development team may make additional name changes as the library evolves with the Cisco Catalyst Center APIs.
0 commit comments