ooni-probe-cli/internal/engine/ooapi
Simone Basso a4cf473ee9
Release 3.10.0 beta.3 (#345)
* chore: run go-generate

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

* chore: update all the dependencies

Unclear to me why `go get -u -v ./...` did not actually update
all of them and I needed to spell out each of them and force to
update by going `go get -u -v $pkg@latest` ¯\_(ツ)_/¯.

Part of https://github.com/ooni/probe/issues/1468

* fix(c/o/i/d/actions_test.go): ensure we check for return value

Part of https://github.com/ooni/probe/issues/1468

* chore: update the user agents we use

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

* chore: set version to 3.10.0-beta.3

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

* chore: use probe-assets v0.3.1

Part of https://github.com/ooni/probe/issues/1468
2021-05-13 08:16:28 +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 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +02:00
apis.go Release 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +02:00
caching_test.go Release 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +02:00
caching.go Release 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +02:00
callers.go Release 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +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 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +02:00
clientcall.go Release 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +02:00
cloners.go Release 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +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 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +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 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +02:00
login.go Release 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +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 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +02:00
responses.go Release 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +02:00
swagger_test.go Release 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +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.