ooni-probe-cli/internal/engine/ooapi
Simone Basso 2ca9496c04
Release: update user-agent, bundled CA, version number (#281)
* chore: update the user-agent we use

Part of the check-list at https://github.com/ooni/probe/issues/1369.

* chore: set version to 3.9.0

See https://github.com/ooni/probe/issues/1369

* chore: run go generate ./...

This is meant to update the bundled CA. We have heard of issues with
our bundled CA, but it seems there have been no changes upstream.

The website https://curl.se/docs/caextract.html still lists as the
last change the one done on Jan 19, 2021, which is the version of
the CA that we're currently bundling.

For the sake of continuing with the release process, I am going
to further investigate the CA once the release is done.

This chore is part of https://github.com/ooni/probe/issues/1369.
2021-04-01 18:40:30 +02:00
..
apimodel engine/ooapi: autogenerated API with login and caching (#234) 2021-03-04 11:51:07 +01:00
internal feat(ooapi): add toplevel client and simplify API (#248) 2021-03-19 09:30:42 +01:00
apis_test.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
apis.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
caching_test.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
caching.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
callers.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
client.go feat(ooapi): add toplevel client and simplify API (#248) 2021-03-19 09:30:42 +01:00
clientcall_test.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
clientcall.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
cloners.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
default_test.go engine/ooapi: autogenerated API with login and caching (#234) 2021-03-04 11:51:07 +01:00
default.go engine/ooapi: autogenerated API with login and caching (#234) 2021-03-04 11:51:07 +01:00
dependencies.go feat(ooapi): add toplevel client and simplify API (#248) 2021-03-19 09:30:42 +01:00
doc.go feat(ooapi): add toplevel client and simplify API (#248) 2021-03-19 09:30:42 +01:00
errors.go feat(ooapi): add toplevel client and simplify API (#248) 2021-03-19 09:30:42 +01:00
fake_test.go engine/ooapi: autogenerated API with login and caching (#234) 2021-03-04 11:51:07 +01:00
fakeapi_test.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
fakefill_test.go engine/ooapi: autogenerated API with login and caching (#234) 2021-03-04 11:51:07 +01:00
httpclient_test.go feat(ooapi): add toplevel client and simplify API (#248) 2021-03-19 09:30:42 +01:00
integration_test.go feat(ooapi): add toplevel client and simplify API (#248) 2021-03-19 09:30:42 +01:00
kvstore_test.go feat(ooapi): add toplevel client and simplify API (#248) 2021-03-19 09:30:42 +01:00
login_test.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
login.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
loginhandler_test.go engine/ooapi: autogenerated API with login and caching (#234) 2021-03-04 11:51:07 +01:00
loginmodel.go engine/ooapi: autogenerated API with login and caching (#234) 2021-03-04 11:51:07 +01:00
README.md engine/ooapi: autogenerated API with login and caching (#234) 2021-03-04 11:51:07 +01:00
requests.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
responses.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
swagger_test.go Release: update user-agent, bundled CA, version number (#281) 2021-04-01 18:40:30 +02:00
swaggerdiff_test.go engine/ooapi: autogenerated API with login and caching (#234) 2021-03-04 11:51:07 +01:00
utils_test.go engine/ooapi: autogenerated API with login and caching (#234) 2021-03-04 11:51:07 +01:00
utils.go engine/ooapi: autogenerated API with login and caching (#234) 2021-03-04 11:51:07 +01:00

Package ./internal/engine/ooapi

Automatically generated API clients for speaking with OONI servers.

Please, run go doc ./internal/engine/ooapi to see API documentation.