mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 20:13:56 +08:00
chore: resolve merge conflicts
This commit is contained in:
@@ -1,14 +1,3 @@
|
||||
import 'dart:convert';
|
||||
|
||||
enum APIType {
|
||||
rest("HTTP", "HTTP"),
|
||||
graphql("GraphQL", "GQL");
|
||||
|
||||
const APIType(this.label, this.abbr);
|
||||
final String label;
|
||||
final String abbr;
|
||||
}
|
||||
|
||||
enum APIAuthType {
|
||||
none,
|
||||
basic,
|
||||
|
||||
Reference in New Issue
Block a user