docs/EventsApi.md in commonlit-clever-ruby-2.1.6.beta1 vs docs/EventsApi.md in commonlit-clever-ruby-2.1.6.beta2
- old
+ new
@@ -1,15 +1,14 @@
# Clever::EventsApi
-All URIs are relative to *https://api.clever.com*
+All URIs are relative to *https://api.clever.com/v2.1*
Method | HTTP request | Description
------------- | ------------- | -------------
[**get_event**](EventsApi.md#get_event) | **GET** /events/{id} |
[**get_events**](EventsApi.md#get_events) | **GET** /events |
-
# **get_event**
> EventResponse get_event(id)
@@ -24,11 +23,10 @@
# Configure OAuth2 access token for authorization: oauth
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = Clever::EventsApi.new
-
id = 'id_example' # String |
begin
result = api_instance.get_event(id)
@@ -75,10 +73,9 @@
# Configure OAuth2 access token for authorization: oauth
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = Clever::EventsApi.new
-
opts = {
limit: 56, # Integer |
starting_after: 'starting_after_example', # String |
ending_before: 'ending_before_example', # String |
school: 'school_example', # String |