Skip to content

Commit 29e7e4d

Browse files
committed
Update to the latest oatpp API.
1 parent c3aec33 commit 29e7e4d

File tree

7 files changed

+2
-41
lines changed

7 files changed

+2
-41
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ add_library(${project_name}-lib
1515

1616
## link libs
1717

18-
find_package(oatpp 1.0.0 REQUIRED)
19-
find_package(oatpp-curl 1.0.0 REQUIRED)
18+
find_package(oatpp 1.1.0 REQUIRED)
19+
find_package(oatpp-curl 1.1.0 REQUIRED)
2020

2121
target_link_libraries(${project_name}-lib
2222
PUBLIC oatpp::oatpp

src/App.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
//
2-
// main.cpp
3-
// ApiClient-Demo
4-
//
5-
// Created by Leonid on 3/14/18.
6-
// Copyright © 2018 oatpp. All rights reserved.
7-
//
81

92
#include "AsyncExample.hpp"
103
#include "SimpleExample.hpp"

src/AsyncExample.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//
2-
// Created by Leonid on 2019-05-27.
3-
//
41

52
#include "AsyncExample.hpp"
63

src/AsyncExample.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
//
2-
// AsyncExample.hpp
3-
// ApiClient-Demo
4-
//
5-
// Created by Leonid on 11/9/18.
6-
// Copyright © 2018 oatpp. All rights reserved.
7-
//
81

92
#ifndef AsyncExample_hpp
103
#define AsyncExample_hpp

src/DemoApiClient.hpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
//
2-
// DemoApiClient.hpp
3-
// ApiClient-Demo
4-
//
5-
// Created by Leonid on 3/14/18.
6-
// Copyright © 2018 oatpp. All rights reserved.
7-
//
8-
91
#ifndef DemoApiClient_hpp
102
#define DemoApiClient_hpp
113

src/DemoApiModels.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
//
2-
// DemoApiModels.hpp
3-
// ApiClient-Demo
4-
//
5-
// Created by Leonid on 11/9/18.
6-
// Copyright © 2018 oatpp. All rights reserved.
7-
//
81

92
#ifndef DemoApiModels_hpp
103
#define DemoApiModels_hpp

src/SimpleExample.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
//
2-
// SimpleExample.hpp
3-
// ApiClient-Demo
4-
//
5-
// Created by Leonid on 11/9/18.
6-
// Copyright © 2018 oatpp. All rights reserved.
7-
//
81

92
#ifndef SimpleExample_hpp
103
#define SimpleExample_hpp

0 commit comments

Comments
 (0)